summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 3 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index d9d139a..178679d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -7,10 +7,12 @@ edition = "2021"
[workspace]
members = [
- "bindings/rs-timeout"
+ "bindings/rs-timeout",
+ "bindings/rs-dablooms",
]
[dependencies]
+rs-dablooms = {path="bindings/rs-dablooms"}
rs-timeout = {path="bindings/rs-timeout"}
nom = "7"
chrono = "0.4"