init
This commit is contained in:
commit
4a821a2ca3
14 changed files with 3472 additions and 0 deletions
13
Cargo.toml
Normal file
13
Cargo.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
[package]
|
||||
name = "sandwichmeister-rs"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
clap = { version = "4.5.42", features = ["derive"] }
|
||||
poise = "0.6.1"
|
||||
reqwest = { version = "0.12.22", features = ["json"] }
|
||||
serde = { version = "1.0.219", features = ["derive"] }
|
||||
serenity = "0.12.4"
|
||||
tokio = { version = "1.47.1", features = ["full"] }
|
||||
toml = "0.9.5"
|
Loading…
Add table
Add a link
Reference in a new issue