diff options
| author | zy <[email protected]> | 2023-09-27 09:25:34 +0000 |
|---|---|---|
| committer | zy <[email protected]> | 2023-09-27 09:25:34 +0000 |
| commit | c175a0abc8eb6f1a4885abe1f981e649456225dd (patch) | |
| tree | b1a45b2f671d3213347be268c5787eebba1ff5b8 /Cargo.toml | |
| parent | 48bb368877c04e36308f6f52c680181c2fbff076 (diff) | |
| parent | 36450f5dfa230ef806151101ee8047375915ad73 (diff) | |
Merge branch 'main' into feature-rs-timeoutfeature-rs-timeout
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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" |
