chore: switch to Cargo workspace

This commit is contained in:
2025-04-11 18:19:14 -04:00
parent 1f442fdf5c
commit 3fbe49d8a7
4 changed files with 12 additions and 7 deletions

3
discord-bot/src/main.rs Normal file
View File

@@ -0,0 +1,3 @@
fn main() {
println!("Hello, world!");
}