summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMica White <botahamec@outlook.com>2025-09-28 11:55:32 -0400
committerMica White <botahamec@outlook.com>2025-09-28 11:55:32 -0400
commit10eea2dc8f8343742a1b7accf785a1e0d597047c (patch)
treec71ff86468b69ddb505a4559564ed2ba92ee4c8d /Cargo.toml
parenteb0a3f7a022fa6dce2a43a5427262d54b2001e71 (diff)
Read/write objects
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"