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"
2828memchr = " 2.5.0"
2929opener = " 0.6.1"
3030pulldown-cmark = { version = " 0.9.3" , default-features = false }
31- pathdiff = " 0.2.1"
3231regex = " 1.8.1"
3332serde = { version = " 1.0.163" , features = [" derive" ] }
3433serde_json = " 1.0.96"
@@ -41,6 +40,7 @@ topological-sort = "0.2.2"
4140notify = { version = " 6.1.1" , optional = true }
4241notify-debouncer-mini = { version = " 0.4.1" , optional = true }
4342ignore = { version = " 0.4.20" , optional = true }
43+ pathdiff = { version = " 0.2.1" , optional = true }
4444
4545# Serve feature
4646futures-util = { version = " 0.3.28" , optional = true }
@@ -61,7 +61,7 @@ walkdir = "2.3.3"
6161
6262[features ]
6363default = [" 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 " ]
6565serve = [" dep:futures-util" , " dep:tokio" , " dep:warp" ]
6666search = [" dep:elasticlunr-rs" , " dep:ammonia" ]
6767
You can’t perform that action at this time.
0 commit comments