aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
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