aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authornecrashter2022-04-23 13:55:48 +0300
committerYigit Sever2022-04-23 18:10:12 +0300
commit0d2611a08449c8596faccf5f8e385980f571bf2d (patch)
tree89a7ee9d66b16594b42b99d2ea405973312f3225 /Cargo.toml
parent052d0a0fd2c6cf6b5cdc965a812ad22238d402e8 (diff)
downloadgradecoin-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.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 065cd84..45703ff 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -16,6 +16,7 @@ log = "0.4.8"
16log4rs = "1.0.0" 16log4rs = "1.0.0"
17parking_lot = "0.10.0" 17parking_lot = "0.10.0"
18serde_json = "1.0.59" 18serde_json = "1.0.59"
19serde_yaml = "0.8"
19lazy_static = "1.4.0" 20lazy_static = "1.4.0"
20blake2 = "0.9.1" 21blake2 = "0.9.1"
21hex-literal = "0.3.1" 22hex-literal = "0.3.1"