|
|
@@ -25,8 +25,8 @@ simplelog = "0.12.0"
|
|
|
rand = "0.8.5"
|
|
|
chrono = "0.4.19"
|
|
|
thiserror = "1.0.30"
|
|
|
+ctrlc-async = {version= "3.2.2", default-features = false, features = ["async-std", "termination"]}
|
|
|
|
|
|
# Encoding and parsing
|
|
|
-serde_json = "1.0.79"
|
|
|
serde = {version = "1.0.136", features = ["derive"]}
|
|
|
-ctrlc-async = {version= "3.2.2", default-features = false, features = ["async-std", "termination"]}
|
|
|
+serde_json = "1.0.79"
|