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

6
discord-bot/Cargo.toml Normal file
View File

@@ -0,0 +1,6 @@
[package]
name = "discord-bot"
version = "0.1.0"
edition = "2024"
[dependencies]

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

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