[package] name = "srht-buildtest" authors = ["Christoph Heiss "] license = "GPL-3.0-only" version = "0.1.0" edition = "2021" categories = ["command-line-utilities"] readme = "README.md" repository = "https://git.sr.ht/~c8h4/srht-buildtest" description = "Run your sr.ht build manifests locally before pushing" [dependencies] anyhow = "^1.0" log = "^0.4" phf = { version = "^0.11", features = ["macros"] } pretty_env_logger = "^0.5" serde = { version = "^1.0", features = ["derive"] } serde_yaml = "^0.9"