This commit is contained in:
2022-06-27 08:03:46 -05:00
commit 129732ef37
9 changed files with 1530 additions and 0 deletions

10
Cargo.toml Normal file
View File

@@ -0,0 +1,10 @@
[package]
name = "discord-cli-rust"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
serenity = "0.11"
tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] }