mirror of
https://github.com/getzola/zola
synced 2024-11-10 14:24:27 +00:00
serde_json is not used
This commit is contained in:
parent
b9005c5ea5
commit
573ab48eb0
2 changed files with 0 additions and 2 deletions
1
Cargo.lock
generated
1
Cargo.lock
generated
|
@ -14,7 +14,6 @@ dependencies = [
|
||||||
"regex 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
"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 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_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)",
|
"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)",
|
"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)",
|
"syntect 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
|
|
|
@ -21,7 +21,6 @@ regex = "0.2"
|
||||||
lazy_static = "0.2"
|
lazy_static = "0.2"
|
||||||
glob = "0.2"
|
glob = "0.2"
|
||||||
serde = "0.9"
|
serde = "0.9"
|
||||||
serde_json = "0.9"
|
|
||||||
serde_derive = "0.9"
|
serde_derive = "0.9"
|
||||||
# tera = { path = "../tera" }
|
# tera = { path = "../tera" }
|
||||||
# tera = { git = "https://github.com/Keats/tera", branch = "reload" }
|
# tera = { git = "https://github.com/Keats/tera", branch = "reload" }
|
||||||
|
|
Loading…
Reference in a new issue