summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 3 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 1b4b7ce..ab2500a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -5,4 +5,6 @@ edition = "2024"
[dependencies]
walkdir = "2"
-fast-glob = "1" \ No newline at end of file
+fast-glob = "1"
+serde = { version = "1", features = ["derive"] }
+serde_json = "1"