20 lines
445 B
TOML
20 lines
445 B
TOML
[package]
|
|
name = "jackbot"
|
|
version = "0.1.0"
|
|
edition = "2018"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
dotenv = "0.15"
|
|
tracing = "0.1.23"
|
|
tracing-subscriber = "0.2"
|
|
|
|
[dependencies.tokio]
|
|
version = "1.0"
|
|
features = ["macros", "signal", "rt-multi-thread"]
|
|
|
|
[dependencies.serenity]
|
|
version = "0.11.5"
|
|
features = ["cache", "framework", "standard_framework", "rustls_backend"]
|