mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-06 21:33:14 +00:00
20 lines
450 B
TOML
20 lines
450 B
TOML
[package]
|
|
name = "store"
|
|
version = "0.1.0"
|
|
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
|
|
|
|
[dependencies]
|
|
url = "2.5.2"
|
|
uuid = "1.8.0"
|
|
reed-solomon-erasure = "6.0.0"
|
|
transform-stream = "0.3.0"
|
|
bytes.workspace = true
|
|
tokio.workspace = true
|
|
thiserror.workspace = true
|
|
futures.workspace = true
|