mirror of
https://github.com/getsops/sops.git
synced 2026-02-05 12:45:21 +01:00
The Go CLI is not ready and thus there's no tests for the Go version. TODO: Add this to CI
9 lines
160 B
TOML
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"
|