globset can be a dev-dependency in 'content'
This commit is contained in:
parent
3e1221064b
commit
045e9def21
|
@ -8,7 +8,6 @@ tera = "0.11"
|
||||||
serde = "1"
|
serde = "1"
|
||||||
slug = "0.1"
|
slug = "0.1"
|
||||||
rayon = "1"
|
rayon = "1"
|
||||||
globset = "0.3.0"
|
|
||||||
|
|
||||||
errors = { path = "../errors" }
|
errors = { path = "../errors" }
|
||||||
config = { path = "../config" }
|
config = { path = "../config" }
|
||||||
|
@ -19,3 +18,4 @@ front_matter = { path = "../front_matter" }
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
tempdir = "0.3"
|
tempdir = "0.3"
|
||||||
toml = "0.4"
|
toml = "0.4"
|
||||||
|
globset = "0.3.0"
|
||||||
|
|
Loading…
Reference in a new issue