ssi-core-bot/Cargo.toml

14 lines
340 B
TOML
Raw Normal View History

2023-07-17 05:11:26 +00:00
[package]
name = "discord_bot"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
serenity = "0.11"
tokio = { version = "1", features = ["full"] }
serde = { version = "1", features = ["derive"] }
log = "0.4"
simple_logger = "4.2"
toml = "0.7"