diff options
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1,7 +1,10 @@ +cargo-features = ["edition"] + [package] name = "thulani" version = "0.1.5" authors = ["Nathan Perry <avaglir@gmail.com>"] +edition = "2018" [features] default = ["diesel"] @@ -16,7 +19,7 @@ dotenv = "0.11" dotenv_codegen = "0.11" chrono = "0.4" fern = { version = "0.5", features = ["colored"] } -diesel = { version = "1.1", features = ["postgres", "chrono", "r2d2"], optional = true } +diesel = { version = "1.3", features = ["postgres", "chrono", "r2d2"], optional = true } ctrlc = { version = "3.0", features = ["termination"] } rand = "0.5" either = "1.5" |
