1
0
mirror of https://github.com/getsops/sops.git synced 2026-02-05 12:45:21 +01:00
Files
sops/validation/Cargo.toml
Adrian Utrilla 60d6adbd3e Added first validation tests.
The Go CLI is not ready and thus there's no tests for the Go version.
TODO: Add this to CI
2016-08-08 16:15:05 -07:00

9 lines
160 B
TOML

[package]
name = "validation"
version = "0.1.0"
authors = ["Adrian Utrilla <adrianutrilla@gmail.com>"]
[dependencies]
serde_json = "0.8.0"
yaml-rust = "0.3.3"