g3/lib/g3-runtime/Cargo.toml
2023-05-30 10:21:20 +08:00

14 lines
383 B
TOML

[package]
name = "g3-runtime"
version = "0.3.0"
license.workspace = true
edition.workspace = true
rust-version = "1.59.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow.workspace = true
log.workspace = true
tokio = { workspace = true, features = ["rt-multi-thread", "rt", "sync"] }
g3-compat.workspace = true