diff options
| author | Mica White <botahamec@outlook.com> | 2025-09-28 11:55:32 -0400 |
|---|---|---|
| committer | Mica White <botahamec@outlook.com> | 2025-09-28 11:55:32 -0400 |
| commit | 10eea2dc8f8343742a1b7accf785a1e0d597047c (patch) | |
| tree | c71ff86468b69ddb505a4559564ed2ba92ee4c8d /Cargo.toml | |
| parent | eb0a3f7a022fa6dce2a43a5427262d54b2001e71 (diff) | |
Read/write objects
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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" |
