diff options
| author | Nathan Perry <np@nathanperry.dev> | 2019-11-17 22:51:59 -0500 |
|---|---|---|
| committer | Nathan Perry <np@nathanperry.dev> | 2019-11-17 22:51:59 -0500 |
| commit | 8b2ccf363ac6894c21e256844948c8327645f0db (patch) | |
| tree | f6742f2d7905613b8c0404bba46e237f984a8da2 /Cargo.toml | |
| parent | 2a38c282dd57c2051a568549d62c80d6036e8920 (diff) | |
mostly fixed
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |
