mirror of
https://github.com/deepseek-ai/3FS
synced 2025-06-04 03:47:24 +00:00
18 lines
296 B
TOML
18 lines
296 B
TOML
[workspace]
|
|
members = [
|
|
"src/client/trash_cleaner",
|
|
"src/storage/chunk_engine"
|
|
]
|
|
resolver = "2"
|
|
|
|
[workspace.package]
|
|
authors = ["dev <noreply@deepseek.com>"]
|
|
edition = "2021"
|
|
license = "MIT"
|
|
rust-version = "1.75.0" # MSRV
|
|
|
|
[profile.release-cmake]
|
|
debug = true
|
|
inherits = "release"
|
|
lto = true
|