You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
304 B
19 lines
304 B
[package]
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
name = "frontend-proto"
|
|
# build = "build_cargo.rs"
|
|
|
|
[dependencies]
|
|
protobuf = "=3.2.0"
|
|
|
|
[build-dependencies]
|
|
# protobuf = "=3.2.0"
|
|
# protoc-rust = "2.27"
|
|
# protobuf-codegen = "3.2.0"
|
|
|
|
[lib]
|
|
path = "src/lib.rs"
|
|
crate-type = ["staticlib","lib"]
|
|
doctest = false
|