summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml6
1 files changed, 4 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 022b102..178679d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -7,11 +7,13 @@ edition = "2021"
[workspace]
members = [
- "bindings/marsio"
+ "bindings/rs-timeout",
+ "bindings/rs-dablooms",
]
[dependencies]
-marsio = {path="bindings/marsio"}
+rs-dablooms = {path="bindings/rs-dablooms"}
+rs-timeout = {path="bindings/rs-timeout"}
nom = "7"
chrono = "0.4"
pcap = "0.11" \ No newline at end of file