Files
singh3/Cargo.toml
2021-06-25 03:40:01 +05:30

19 lines
420 B
TOML

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