mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-05 12:57:42 +00:00
ebf1a9d9c4
Signed-off-by: junxiang Mu <1948535941@qq.com>
16 lines
280 B
TOML
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
|