mirror of
https://github.com/deepseek-ai/3FS
synced 2025-06-26 18:16:45 +00:00
Update Cargo.toml
This commit is contained in:
20
Cargo.toml
20
Cargo.toml
@@ -1,20 +1,10 @@
|
|||||||
[workspace]
|
[package]
|
||||||
members = [
|
name = "3fs-rust-bindings"
|
||||||
"src/client/trash_cleaner",
|
version = "0.1.0"
|
||||||
"src/storage/chunk_engine"
|
|
||||||
]
|
|
||||||
resolver = "2"
|
|
||||||
|
|
||||||
[workspace.package]
|
|
||||||
authors = ["dev <noreply@deepseek.com>"]
|
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
license = "MIT"
|
|
||||||
rust-version = "1.75.0" # MSRV
|
|
||||||
|
|
||||||
[profile.release-cmake]
|
[dependencies]
|
||||||
debug = true
|
libc = "0.2"
|
||||||
inherits = "release"
|
|
||||||
lto = true
|
|
||||||
|
|
||||||
[build-dependencies]
|
[build-dependencies]
|
||||||
bindgen = "0.71.1" # Use the latest version
|
bindgen = "0.71.1" # Use the latest version
|
||||||
|
|||||||
Reference in New Issue
Block a user