Skip to content

Commit eb451a3

Browse files
committed
Move gitignore to dependencies
1 parent 7991734 commit eb451a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@ shlex = "1"
3434
tempfile = "3.0"
3535
toml = "0.5.1"
3636
topological-sort = "0.1.0"
37+
gitignore = "1.0"
3738

3839
# Watch feature
3940
notify = { version = "4.0", optional = true }
40-
gitignore = { version = "1.0", optional = true }
4141

4242
# Serve feature
4343
futures-util = { version = "0.3.4", optional = true }
@@ -58,7 +58,7 @@ walkdir = "2.0"
5858

5959
[features]
6060
default = ["watch", "serve", "search"]
61-
watch = ["notify", "gitignore"]
61+
watch = ["notify"]
6262
serve = ["futures-util", "tokio", "warp"]
6363
search = ["elasticlunr-rs", "ammonia"]
6464

0 commit comments

Comments
 (0)