[package] name = "rust-bundle" version = "0.1.0" edition = "2021" [lib] name = "rust_bundle" crate-type = ["staticlib"] [dependencies] libchat = { path = "../vendor/libchat/conversations" } rln = { path = "../vendor/nwaku/vendor/zerokit/rln", features = ["arkzkey"] }