mirror of
https://github.com/bytedance/g3.git
synced 2026-05-05 07:10:51 +00:00
19 lines
577 B
TOML
19 lines
577 B
TOML
[package]
|
|
name = "g3tiles-ctl"
|
|
version = "0.1.0"
|
|
license.workspace = true
|
|
edition.workspace = true
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
anyhow.workspace = true
|
|
thiserror.workspace = true
|
|
clap.workspace = true
|
|
clap_complete.workspace = true
|
|
tokio = { workspace = true, features = ["rt", "net", "macros", "io-util", "fs"] }
|
|
tokio-util = { workspace = true, features = ["compat"] }
|
|
futures-util.workspace = true
|
|
capnp-rpc.workspace = true
|
|
capnp.workspace = true
|
|
g3tiles-proto = { path = "../../proto" }
|