Initial Commit: Rust Flake

This commit is contained in:
bluepython508
2024-11-02 20:19:23 +00:00
commit 0b0950959b
8 changed files with 2299 additions and 0 deletions

10
Cargo.toml Normal file
View File

@@ -0,0 +1,10 @@
[package]
name = "botc-discord"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
poise = "0.6.1"
serenity = "0.12.2"