[package] name = "rf-distributed" version = "0.6.0" edition = "2021" readme = "README.md" license = "Apache-2.0" description = "Distributed abstractions for the RuFi project" homepage = "https://github.com/lm98/rufi" documentation = "https://github.com/lm98/rufi" repository = "https://github.com/lm98/rufi" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] rf-core = { version = "0.6.0", path = "../rf-core" } async-trait = "0.1.77" serde_json = "1.0.111" serde = { version = "1.0.195", features = ["derive"] }