aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 03ed20d..45bcda5 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -8,4 +8,6 @@ serde = { version = "1.0.137", features = ["derive"] }
anyhow = "1.0.57"
log = "0.4.17"
env_logger = "0.9.0"
+crossbeam-channel = "0.5.4"
+serde_json = "1.0.81"