diff options
| author | 张杨 <[email protected]> | 2023-10-18 03:35:17 +0000 |
|---|---|---|
| committer | 陆秋文 <[email protected]> | 2023-10-18 03:35:17 +0000 |
| commit | ecc6d08170d6f4914fd90bf9fe574c657546cfae (patch) | |
| tree | b1a45b2f671d3213347be268c5787eebba1ff5b8 /Cargo.toml | |
| parent | 36450f5dfa230ef806151101ee8047375915ad73 (diff) | |
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -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 |
