You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
720 B
TOML

[package]
name = "shitty_wizard"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
tokio = { version = "1.20.1", features = ["macros", "rt-multi-thread"] }
reqwest = { version = "0.11.11", default-features = false, features = ["rustls-tls", "trust-dns"] }
rusqlite = { version = "0.28.0", features = ["bundled"] }
serde = { version = "1.0.143", features = ["derive"] }
serde_json = "1.0.83"
futures = "0.3.23"
regex = "1.6.0"
once_cell = "1.13.0"
serenity = { version = "0.11.5", default-features = false, features = ["client", "gateway", "rustls_backend", "model"] }
rand = "0.8.5"
easy_from = { path = "../easy_from" }