Browse Source

globset can be a dev-dependency in 'content'

index-subcmd
Philip Daniels 6 years ago
parent
commit
045e9def21
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      components/content/Cargo.toml

+ 1
- 1
components/content/Cargo.toml View File

@@ -8,7 +8,6 @@ tera = "0.11"
serde = "1"
slug = "0.1"
rayon = "1"
globset = "0.3.0"

errors = { path = "../errors" }
config = { path = "../config" }
@@ -19,3 +18,4 @@ front_matter = { path = "../front_matter" }
[dev-dependencies]
tempdir = "0.3"
toml = "0.4"
globset = "0.3.0"

Loading…
Cancel
Save