diff options
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml index e55e8d6..7200a88 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,8 +5,9 @@ authors = ["Ben Morrison <ben@gbmor.dev>"] edition = "2018" [dependencies] -serde_json = "^1.0.40" +serde_json = "1.0" +serde_yaml = "0.8" [dependencies.serde] -version = "^1.0" +version = "1.0" features = ["derive"] |