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:
parent
3b8f991751
commit
510120bacf
20
Cargo.toml
20
Cargo.toml
@ -1,20 +1,10 @@
|
||||
[workspace]
|
||||
members = [
|
||||
"src/client/trash_cleaner",
|
||||
"src/storage/chunk_engine"
|
||||
]
|
||||
resolver = "2"
|
||||
|
||||
[workspace.package]
|
||||
authors = ["dev <noreply@deepseek.com>"]
|
||||
[package]
|
||||
name = "3fs-rust-bindings"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
license = "MIT"
|
||||
rust-version = "1.75.0" # MSRV
|
||||
|
||||
[profile.release-cmake]
|
||||
debug = true
|
||||
inherits = "release"
|
||||
lto = true
|
||||
[dependencies]
|
||||
libc = "0.2"
|
||||
|
||||
[build-dependencies]
|
||||
bindgen = "0.71.1" # Use the latest version
|
||||
|
||||
Loading…
Reference in New Issue
Block a user