diff --git a/Cargo.lock b/Cargo.lock index 3f575eb..fe7fb62 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -626,6 +626,7 @@ dependencies = [ "duster", "organic", "serde", + "serde_json", "tokio", "toml", "walkdir", diff --git a/Cargo.toml b/Cargo.toml index 74ed727..eadc245 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,6 +12,7 @@ duster = { git = "https://code.fizz.buzz/talexander/duster.git", branch = "maste organic = "0.1.12" # | alloc, rc, serde_derive, unstable serde = { version = "1.0.189", default-features = false, features = ["std", "derive"] } +serde_json = "1.0.107" tokio = { version = "1.30.0", default-features = false, features = ["rt", "rt-multi-thread", "fs", "io-util"] } # display, parse | indexmap, preserve_order toml = "0.8.2"