initial implementation
This commit is contained in:
+16
@@ -0,0 +1,16 @@
|
||||
[package]
|
||||
name = "spamcontest"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
chrono = "0.4"
|
||||
itertools = "0.10"
|
||||
tokio = {version = "1.18", features = ["rt-multi-thread"]}
|
||||
|
||||
[dependencies.serenity]
|
||||
version = "0.11"
|
||||
default-features = false
|
||||
features = ["builder", "cache", "client", "gateway", "http", "model", "utils", "rustls_backend"]
|
||||
Reference in New Issue
Block a user