diff options
| author | Nathan Perry <np@nathanperry.dev> | 2020-06-20 16:17:05 -0400 |
|---|---|---|
| committer | Nathan Perry <np@nathanperry.dev> | 2020-06-20 16:17:05 -0400 |
| commit | 16e660f5cd3787e587a5d082f57ab9d900aee0ca (patch) | |
| tree | b6d67d820f2342f42f2dae00318f416d8a6142f9 /Cargo.toml | |
| parent | 7cd17b04f7422dcce1410ec26922cba161cd6e0d (diff) | |
move configuration into envconfig
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -17,7 +17,6 @@ log = "^0.4" typemap = "^0.3" url = "~1.7" dotenv = "^0.13" -dotenv_codegen = "^0.11" chrono = "^0.4" time = "^0.1" fern = { version = "^0.5", features = ["colored"] } @@ -38,6 +37,8 @@ pest = "~2.1" pest_derive = "~2.1" postgres = { version = "^0.15", optional = true, features = ["with-chrono"] } r2d2_postgres = { version = "^0.14", optional = true } +envconfig = "^0.8" +envconfig_derive = "^0.8" [dependencies.serenity] default-features = false |
