16 lines
323 B
TOML
16 lines
323 B
TOML
|
|
[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
|