diff --git a/components/content/Cargo.toml b/components/content/Cargo.toml index c5e717db..07c21634 100644 --- a/components/content/Cargo.toml +++ b/components/content/Cargo.toml @@ -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"