[package] name = "testsys-config" version = "0.1.0" authors = ["Ethan Pullen "] license = "Apache-2.0 OR MIT" edition = "2021" publish = false [dependencies] bottlerocket-types = { git = "https://github.com/bottlerocket-os/bottlerocket-test-system", version = "0.0.8", tag = "v0.0.8"} bottlerocket-variant = { version = "0.1", path = "../../sources/bottlerocket-variant" } handlebars = "4" log = "0.4" maplit="1" testsys-model = { git = "https://github.com/bottlerocket-os/bottlerocket-test-system", version = "0.0.8", tag = "v0.0.8"} serde = { version = "1", features = ["derive"] } serde_plain = "1" serde_yaml = "0.8" snafu = "0.7" toml = "0.5"