aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorNathan Perry <np@nathanperry.dev>2019-11-17 22:51:59 -0500
committerNathan Perry <np@nathanperry.dev>2019-11-17 22:51:59 -0500
commit8b2ccf363ac6894c21e256844948c8327645f0db (patch)
treef6742f2d7905613b8c0404bba46e237f984a8da2 /Cargo.toml
parent2a38c282dd57c2051a568549d62c80d6036e8920 (diff)
mostly fixed
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index cdc0213..41b6f12 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -2,6 +2,7 @@
name = "thulani"
version = "0.1.6"
authors = ["Nathan Perry <avaglir@gmail.com>"]
+edition = "2018"
[features]
default = ["db", "games"]
@@ -37,6 +38,7 @@ pest = "~2.1"
pest_derive = "~2.1"
postgres = { version = "^0.15", optional = true, features = ["with-chrono"] }
r2d2_postgres = { version = "^0.14", optional = true }
+static-cond = "^0.2"
[dependencies.serenity]
default-features = false