oscuro/Cargo.toml

14 lines
334 B
TOML
Raw Normal View History

2023-07-01 12:05:23 +05:00
[package]
name = "oscuro"
version = "0.1.0"
edition = "2021"
[dependencies]
2023-07-06 11:25:13 +05:00
anyhow = "1.0.66"
shuttle-serenity = "0.20.0"
2023-07-03 12:32:27 +05:00
shuttle-runtime = "0.20.0"
2023-07-01 12:05:23 +05:00
serenity = { version = "0.11.5", default-features = false, features = ["client", "gateway", "rustls_backend", "model"] }
2023-07-03 12:32:27 +05:00
shuttle-secrets = "0.20.0"
2023-07-06 11:25:13 +05:00
tokio = "1.26.0"
2023-07-01 12:05:23 +05:00
tracing = "0.1.37"