-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathCargo.toml
28 lines (25 loc) · 934 Bytes
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
[workspace]
members = ["crates/*", "examples"]
resolver = "2"
[workspace.package]
version = "0.7.4"
authors = ["Yume Hiramatsu <yuma.hiramatsu@gmail.com>"]
edition = "2021"
rust-version = "1.64.0"
repository = "https://github.com/eduidl/gz-rs"
license = "Apache-2.0"
[workspace.dependencies]
gz = { path = "./crates/gz", version = "=0.7.4" }
gz-msgs = { path = "./crates/gz-msgs", version = "=0.7.4" }
gz-msgs-build = { path = "./crates/gz-msgs-build", version = "=0.7.4" }
gz-msgs-common = { path = "./crates/gz-msgs-common", version = "=0.7.4" }
gz-msgs-derive = { path = "./crates/gz-msgs-derive", version = "=0.7.4" }
gz-transport = { path = "./crates/gz-transport", version = "=0.7.4" }
gz-transport-sys = { path = "./crates/gz-transport-sys", version = "=0.7.4" }
pkg-config = "0.3.27"
protobuf = "=3.3.0"
protobuf-codegen = "=3.3.0"
[workspace.metadata.release]
allow-branch = ["main"]
shared-version = true
tag-prefix = ""