Browse Source

serde_json is not used

index-subcmd
Vincent Prouillet 7 years ago
parent
commit
573ab48eb0
2 changed files with 0 additions and 2 deletions
  1. +0
    -1
      Cargo.lock
  2. +0
    -1
      Cargo.toml

+ 0
- 1
Cargo.lock View File

@@ -14,7 +14,6 @@ dependencies = [
"regex 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
"serde 0.9.11 (registry+https://github.com/rust-lang/crates.io-index)",
"serde_derive 0.9.11 (registry+https://github.com/rust-lang/crates.io-index)",
"serde_json 0.9.9 (registry+https://github.com/rust-lang/crates.io-index)",
"slug 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
"staticfile 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
"syntect 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",


+ 0
- 1
Cargo.toml View File

@@ -21,7 +21,6 @@ regex = "0.2"
lazy_static = "0.2"
glob = "0.2"
serde = "0.9"
serde_json = "0.9"
serde_derive = "0.9"
# tera = { path = "../tera" }
# tera = { git = "https://github.com/Keats/tera", branch = "reload" }


Loading…
Cancel
Save