diff options
| author | Nathan Perry <avaglir@gmail.com> | 2018-04-05 20:53:37 -0400 |
|---|---|---|
| committer | Nathan Perry <avaglir@gmail.com> | 2018-04-05 20:53:37 -0400 |
| commit | 1fda857d25c3d33e593951eef3ce713fa69a7025 (patch) | |
| tree | 23f714c3fc7c7233e498307480109f3ab2f779e3 /Cargo.toml | |
| parent | 82aefce4f7c5f24730fb5da22ee426988ae4301a (diff) | |
start to integrate db support with commands
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -16,9 +16,11 @@ dotenv = "0.11.0" dotenv_codegen = "0.11.0" chrono = "0.4.1" fern = { version = "0.5", features = ["colored"] } -diesel = { version = "1.0.0", features = ["postgres", "chrono"], optional = true } +diesel = { version = "1.1", features = ["postgres", "chrono", "r2d2"], optional = true } cfg-if = "0.1" ctrlc = { version = "3.0", features = ["termination"] } +rand = "0.5.0-pre.0" +either = "1.5.0" [dependencies.serenity] # version = "~0.5" |
