mirror of
https://github.com/deepseek-ai/3FS
synced 2025-06-26 18:16:45 +00:00
Rust binding with an easier to use API (#163)
Co-authored-by: Zhang "Echaozh" Yichao <does-not-exist@deepseek.com>
This commit is contained in:
committed by
GitHub
parent
b22f7153cc
commit
6c856acb4b
@@ -1,7 +1,8 @@
|
||||
[workspace]
|
||||
members = [
|
||||
"src/client/trash_cleaner",
|
||||
"src/storage/chunk_engine"
|
||||
"src/storage/chunk_engine",
|
||||
"src/lib/rs/hf3fs-usrbio-sys"
|
||||
]
|
||||
resolver = "2"
|
||||
|
||||
@@ -9,7 +10,7 @@ resolver = "2"
|
||||
authors = ["dev <noreply@deepseek.com>"]
|
||||
edition = "2021"
|
||||
license = "MIT"
|
||||
rust-version = "1.75.0" # MSRV
|
||||
rust-version = "1.85.0" # MSRV
|
||||
|
||||
[profile.release-cmake]
|
||||
debug = true
|
||||
|
||||
Reference in New Issue
Block a user