1[package] 2name = "adevice_proto" 3version = "0.1.0" 4edition = "2021" 5 6# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html 7 8[lib] 9path = "src/mod.rs" 10 11[dependencies] 12protobuf = { version = "3.2.0", path = "../../../../external/rust/crates/protobuf" } 13