sr.ht-buildtest/Cargo.toml
Christoph Heiss 15a0aae7c6
Initial commit
Signed-off-by: Christoph Heiss <christoph@c8h4.io>
2023-08-12 13:25:40 +02:00

19 lines
524 B
TOML

[package]
name = "srht-buildtest"
authors = ["Christoph Heiss <christoph@c8h4.io>"]
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"