xref: /aosp_15_r20/tools/netsim/rust/proto/Cargo.toml (revision cf78ab8cffb8fc9207af348f23af247fb04370a6)
1[package]
2version = "0.1.0"
3edition = "2021"
4name = "netsim-proto"
5##build = "build_cargo.rs"
6
7[dependencies]
8protobuf = "=3.2.0"
9grpcio =  {version= "0.13.0", default-features = false, features = ["protobufv3-codec"]}
10
11[build-dependencies]
12##protobuf = "=3.2.0"
13##protobuf-codegen = "3.2.0"
14
15[lib]
16path = "src/lib.rs"
17crate-type = ["staticlib","lib"]
18doctest = false