mirror of
https://github.com/rustfs/rustfs.git
synced 2026-07-26 08:18:18 +00:00
10 lines
205 B
TOML
10 lines
205 B
TOML
[workspace]
|
|
resolver = "2"
|
|
members = ["rustfs", "s3-object-layer"]
|
|
|
|
[workspace.package]
|
|
edition = "2021"
|
|
license = "MIT OR Apache-2.0"
|
|
repository = "https://github.com/rustfs/rustfs"
|
|
rust-version = "1.75"
|