Files
singh3/Cargo.toml
natto1784 a7a15dc3b1 just made a huge fucking mess
added SelectMenu for embeds
removed interactions (for now)
stupid macros
need to organize this shit asap
2022-02-14 23:13:14 +05:30

21 lines
433 B
TOML

[package]
name = "singh3"
version = "0.1.0"
authors = [ "Amneesh Singh <natto@weirdnatto.in>" ]
edition = "2018"
[dependencies]
tracing = "*"
regex = "*"
tokio-postgres = "*"
rand = "*"
[dependencies.serenity]
version = "0.10.10"
features = ["cache", "framework", "standard_framework", "rustls_backend", "unstable_discord_api", "collector"]
[dependencies.tokio]
version = "1.0"
features = ["macros", "signal", "rt-multi-thread"]