9 lines
186 B
TOML
9 lines
186 B
TOML
|
|
[package]
|
||
|
|
name = "test-hello"
|
||
|
|
version.workspace = true
|
||
|
|
repository.workspace = true
|
||
|
|
license.workspace = true
|
||
|
|
edition.workspace = true
|
||
|
|
|
||
|
|
[dependencies]
|
||
|
|
nixos-test-framework.workspace = true
|