File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,6 @@ log = "0.4.17"
28
28
memchr = " 2.5.0"
29
29
opener = " 0.6.1"
30
30
pulldown-cmark = { version = " 0.9.3" , default-features = false }
31
- pathdiff = " 0.2.1"
32
31
regex = " 1.8.1"
33
32
serde = { version = " 1.0.163" , features = [" derive" ] }
34
33
serde_json = " 1.0.96"
@@ -41,6 +40,7 @@ topological-sort = "0.2.2"
41
40
notify = { version = " 6.1.1" , optional = true }
42
41
notify-debouncer-mini = { version = " 0.4.1" , optional = true }
43
42
ignore = { version = " 0.4.20" , optional = true }
43
+ pathdiff = { version = " 0.2.1" , optional = true }
44
44
45
45
# Serve feature
46
46
futures-util = { version = " 0.3.28" , optional = true }
@@ -61,7 +61,7 @@ walkdir = "2.3.3"
61
61
62
62
[features ]
63
63
default = [" watch" , " serve" , " search" ]
64
- watch = [" dep:notify" , " dep:notify-debouncer-mini" , " dep:ignore" ]
64
+ watch = [" dep:notify" , " dep:notify-debouncer-mini" , " dep:ignore" , " dep:pathdiff " ]
65
65
serve = [" dep:futures-util" , " dep:tokio" , " dep:warp" ]
66
66
search = [" dep:elasticlunr-rs" , " dep:ammonia" ]
67
67
You can’t perform that action at this time.
0 commit comments