34728b9a35
req: sync/002 req: sync/003
12 lines
219 B
TOML
12 lines
219 B
TOML
[package]
|
|
name = "hemx-sync"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
|
|
[dependencies]
|
|
hemx-core = { path = "../hemx-core" }
|
|
serde = { version = "1", features = ["derive"] }
|
|
|
|
[dev-dependencies]
|
|
serde_json = "1"
|