From 10eea2dc8f8343742a1b7accf785a1e0d597047c Mon Sep 17 00:00:00 2001 From: Mica White Date: Sun, 28 Sep 2025 11:55:32 -0400 Subject: Read/write objects --- Cargo.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Cargo.toml') 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" -- cgit v1.2.3