mirror of
https://github.com/rustfs/rustfs.git
synced 2026-01-17 01:30:33 +00:00
30 lines
682 B
TOML
30 lines
682 B
TOML
[package]
|
|
name = "e2e_test"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
repository.workspace = true
|
|
rust-version.workspace = true
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[dependencies]
|
|
ecstore.workspace = true
|
|
flatbuffers.workspace = true
|
|
futures.workspace = true
|
|
lazy_static.workspace = true
|
|
lock.workspace = true
|
|
protos.workspace = true
|
|
rmp-serde.workspace = true
|
|
serde.workspace = true
|
|
serde_json.workspace = true
|
|
tonic = { workspace = true }
|
|
tokio = { workspace = true }
|
|
tower.workspace = true
|
|
url.workspace = true
|
|
madmin.workspace =true
|
|
common.workspace = true |