feat(rust-provider): Add Rust-backed provider with XFS-safe durability via IPC bridge, TypeScript provider, tests and docs
This commit is contained in:
15
rust/crates/smartfs-core/Cargo.toml
Normal file
15
rust/crates/smartfs-core/Cargo.toml
Normal file
@@ -0,0 +1,15 @@
|
||||
[package]
|
||||
name = "smartfs-core"
|
||||
version.workspace = true
|
||||
edition.workspace = true
|
||||
license.workspace = true
|
||||
|
||||
[dependencies]
|
||||
smartfs-protocol = { path = "../smartfs-protocol" }
|
||||
serde.workspace = true
|
||||
serde_json.workspace = true
|
||||
notify.workspace = true
|
||||
libc = "0.2"
|
||||
regex-lite = "0.1"
|
||||
filetime = "0.2"
|
||||
base64.workspace = true
|
||||
Reference in New Issue
Block a user