19 lines
351 B
TOML
19 lines
351 B
TOML
|
|
[package]
|
||
|
|
name = "nix-ota-common"
|
||
|
|
version.workspace = true
|
||
|
|
edition.workspace = true
|
||
|
|
license.workspace = true
|
||
|
|
|
||
|
|
[lib]
|
||
|
|
path = "src/lib.rs"
|
||
|
|
|
||
|
|
[dependencies]
|
||
|
|
serde.workspace = true
|
||
|
|
serde_json.workspace = true
|
||
|
|
ed25519-dalek.workspace = true
|
||
|
|
base64.workspace = true
|
||
|
|
rand.workspace = true
|
||
|
|
time.workspace = true
|
||
|
|
thiserror.workspace = true
|
||
|
|
sha2.workspace = true
|