summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorzy <[email protected]>2023-09-27 09:25:34 +0000
committerzy <[email protected]>2023-09-27 09:25:34 +0000
commitc175a0abc8eb6f1a4885abe1f981e649456225dd (patch)
treeb1a45b2f671d3213347be268c5787eebba1ff5b8 /Cargo.toml
parent48bb368877c04e36308f6f52c680181c2fbff076 (diff)
parent36450f5dfa230ef806151101ee8047375915ad73 (diff)
Merge branch 'main' into feature-rs-timeoutfeature-rs-timeout
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"