Skip to content

Commit e8debe9

Browse files
authored
fix: move deno_path_util behind shell feature (#158)
1 parent 9110d64 commit e8debe9

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
@@ -11,7 +11,7 @@ description = "Cross platform scripting for deno task"
1111

1212
[features]
1313
default = ["shell"]
14-
shell = ["futures", "glob", "nix", "os_pipe", "path-dedot", "tokio", "windows-sys", "sys_traits", "which"]
14+
shell = ["deno_path_util", "futures", "glob", "nix", "os_pipe", "path-dedot", "tokio", "windows-sys", "sys_traits", "which"]
1515
serialization = ["serde"]
1616

1717
[dependencies]
@@ -24,7 +24,7 @@ serde = { version = "1", features = ["derive"], optional = true }
2424
monch = "0.5.0"
2525
thiserror = "2.0.9"
2626
tokio = { version = "1", features = ["fs", "io-std", "io-util", "macros", "process", "rt-multi-thread", "sync", "time"], optional = true }
27-
deno_path_util = "0.6.0"
27+
deno_path_util = { version = "0.6.0", optional = true }
2828
sys_traits = { version = "0.1.14", optional = true, features = ["real", "winapi", "libc"] }
2929
which = { version = "8.0.0", default-features = false, optional = true }
3030

0 commit comments

Comments
 (0)