generated from Patagia/template-nix
10 lines
170 B
TOML
10 lines
170 B
TOML
|
[package]
|
||
|
name = "hostd"
|
||
|
version.workspace = true
|
||
|
edition.workspace = true
|
||
|
|
||
|
[dependencies]
|
||
|
anyhow.workspace = true
|
||
|
varlink = "11.0.1"
|
||
|
internal = { path = "../internal" }
|