summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorzy <[email protected]>2023-09-25 08:22:53 +0000
committerzy <[email protected]>2023-09-25 08:22:53 +0000
commit78869b860e7db662d1115fa447f917efdf34be0c (patch)
tree4dc92ab9bc07a6a47b5eb3ca16df94ee0d96ae95 /Cargo.toml
parent9064836961965a6af57d5a9663cac87921818a78 (diff)
Revert "add rs-dablooms on Cargo.toml"feature-binding-libmarsio
Push error from binding-rs-dablooms branch This reverts commit b780f3c80e485f81ae27a55449a9cabc5c668aae.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 1 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 0cf9df3..4be66f3 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -7,13 +7,11 @@ edition = "2021"
[workspace]
members = [
- "bindings/marsio",
- "bindings/rs-dablooms"
+ "bindings/marsio"
]
[dependencies]
marsio = {path="bindings/marsio"}
-rs-dablooms = {path="bindings/rs-dablooms"}
nom = "7"
chrono = "0.4"
pcap = "0.11"