diff options
author | necrashter | 2022-04-23 13:55:48 +0300 |
---|---|---|
committer | Yigit Sever | 2022-04-23 18:10:12 +0300 |
commit | 0d2611a08449c8596faccf5f8e385980f571bf2d (patch) | |
tree | 89a7ee9d66b16594b42b99d2ea405973312f3225 /Cargo.toml | |
parent | 052d0a0fd2c6cf6b5cdc965a812ad22238d402e8 (diff) | |
download | gradecoin-0d2611a08449c8596faccf5f8e385980f571bf2d.tar.gz gradecoin-0d2611a08449c8596faccf5f8e385980f571bf2d.tar.bz2 gradecoin-0d2611a08449c8596faccf5f8e385980f571bf2d.zip |
Implement the ability to read config from yaml
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -16,6 +16,7 @@ log = "0.4.8" | |||
16 | log4rs = "1.0.0" | 16 | log4rs = "1.0.0" |
17 | parking_lot = "0.10.0" | 17 | parking_lot = "0.10.0" |
18 | serde_json = "1.0.59" | 18 | serde_json = "1.0.59" |
19 | serde_yaml = "0.8" | ||
19 | lazy_static = "1.4.0" | 20 | lazy_static = "1.4.0" |
20 | blake2 = "0.9.1" | 21 | blake2 = "0.9.1" |
21 | hex-literal = "0.3.1" | 22 | hex-literal = "0.3.1" |