[package] name = "stellar-rs" version = "0.1.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [workspace] members = [ "bindings/rs-timeout", "bindings/rs-dablooms", ] [dependencies] rs-dablooms = {path="bindings/rs-dablooms"} rs-timeout = {path="bindings/rs-timeout"} nom = "7" chrono = "0.4" pcap = "0.11"