Initial commit

This commit is contained in:
Pascal Engélibert 2024-10-22 20:42:05 +02:00
commit b1bf4fb818
8 changed files with 2537 additions and 0 deletions

16
Cargo.toml Normal file
View file

@ -0,0 +1,16 @@
[package]
name = "leekwarsbot"
version = "0.1.0"
edition = "2021"
[dependencies]
clap = { version = "4.5.20", features = ["derive"] }
passterm = "2.0.3"
rand = "0.8.5"
reqwest = { version = "0.12.8", features = ["blocking", "cookies", "json"] }
#serde = { version = "1", features = ["derive"] }
serde_json = "1"
#sled = "0.34.7"
#smallvec = "1.13.2"
tokio = { version = "1", features = [] }
#typed-sled = "0.2.3"