25 lines
579 B
TOML
Executable File
25 lines
579 B
TOML
Executable File
[package]
|
|
name = "dcs-grpc"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
repository.workspace = true
|
|
license = "AGPL-3.0-or-later"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
bevy.workspace = true
|
|
tonic = "0.10"
|
|
prost = "0.12"
|
|
prost-types = "0.12"
|
|
serde.workspace = true
|
|
serde_json.workspace = true
|
|
|
|
[build-dependencies]
|
|
tonic-build = "0.10.2"
|
|
protoc-bundled = { git = "https://github.com/rkusa/protoc-bundled.git", rev = "3.21.6" }
|
|
|
|
[dev-dependencies]
|
|
serde.workspace = true
|
|
serde_json.workspace = true
|