[package] name = "thar-be-settings" version = "0.1.0" authors = ["Zac Mrowicki "] license = "Apache-2.0 OR MIT" edition = "2021" publish = false build = "build.rs" # Don't rebuild crate just because of changes to README. exclude = ["README.md"] [dependencies] apiclient = { path = "../apiclient", version = "0.1" } constants = { path = "../../constants", version = "0.1" } handlebars = "4" http = "0.2" itertools = "0.10" log = "0.4" models = { path = "../../models", version = "0.1" } nix = "0.24" schnauzer = { path = "../schnauzer", version = "0.1" } serde_json = "1" simplelog = "0.12" snafu = "0.7" tokio = { version = "~1.25", default-features = false, features = ["macros", "rt-multi-thread"] } # LTS [build-dependencies] generate-readme = { version = "0.1", path = "../../generate-readme" } [dev-dependencies] maplit = "1"