aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 075e17f..7a7bd59 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -11,3 +11,5 @@ lz4_flex = "0.11.3"
lzma = "0.2.2"
serde_json = "1.0.139"
humansize = "2.1.3"
+serde = { version = "1.0.219", features = ["derive"] }
+serde_yml = "0.0.12"