forked from natto1784/singh3
added initial sql script and some minor change
This commit is contained in:
10
Cargo.toml
10
Cargo.toml
@@ -5,13 +5,13 @@ authors = [ "Amneesh Singh <natto@weirdnatto.in>" ]
|
||||
edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
tracing = "0.1.22"
|
||||
regex = "1.5.4"
|
||||
tokio-postgres = "0.7.2"
|
||||
rand = "0.8.4"
|
||||
tracing = "*"
|
||||
regex = "*"
|
||||
tokio-postgres = "*"
|
||||
rand = "*"
|
||||
|
||||
[dependencies.serenity]
|
||||
version = "0.10.8"
|
||||
version = "0.10.*"
|
||||
features = ["cache", "framework", "standard_framework", "rustls_backend", "unstable_discord_api", "collector"]
|
||||
|
||||
[dependencies.tokio]
|
||||
|
Reference in New Issue
Block a user