Files
rustfs/common/common/Cargo.toml
T
junxiang Mu ebf1a9d9c4 update tonic axum
Signed-off-by: junxiang Mu <1948535941@qq.com>
2025-04-09 02:41:06 +00:00

16 lines
280 B
TOML

[package]
name = "common"
version.workspace = true
edition.workspace = true
[lints]
workspace = true
[dependencies]
async-trait.workspace = true
lazy_static.workspace = true
scopeguard = "1.2.0"
tokio.workspace = true
tonic = { workspace = true }
tracing-error.workspace = true