mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-06 21:33:14 +00:00
e94d462652
Signed-off-by: mujunxiang <1948535941@qq.com>
13 lines
248 B
TOML
13 lines
248 B
TOML
[package]
|
|
name = "common"
|
|
version.workspace = true
|
|
edition.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
|