This website works better with JavaScript.
git.jstrong.dev
Home
Explore
Help
Sign In
jstrong
/
zola
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
globset can be a dev-dependency in 'content'
index-subcmd
Philip Daniels
6 years ago
parent
3e1221064b
commit
045e9def21
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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"
Write
Preview
Loading…
Cancel
Save