summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
author张杨 <[email protected]>2023-10-18 03:35:17 +0000
committer陆秋文 <[email protected]>2023-10-18 03:35:17 +0000
commitecc6d08170d6f4914fd90bf9fe574c657546cfae (patch)
treeb1a45b2f671d3213347be268c5787eebba1ff5b8 /Cargo.toml
parent36450f5dfa230ef806151101ee8047375915ad73 (diff)
merge bind-rs-timeoutHEADmain
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