init commit
This commit is contained in:
19
Cargo.toml
Normal file
19
Cargo.toml
Normal file
@@ -0,0 +1,19 @@
|
||||
[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"]
|
||||
Reference in New Issue
Block a user