mirror of
https://github.com/nushell/nushell.git
synced 2025-06-01 23:55:50 +02:00
move reedline behind os
This commit is contained in:
parent
f0d3489b79
commit
5231c1504f
@ -85,7 +85,7 @@ quick-xml = { workspace = true }
|
|||||||
rand = { workspace = true, optional = true }
|
rand = { workspace = true, optional = true }
|
||||||
getrandom = { workspace = true, optional = true }
|
getrandom = { workspace = true, optional = true }
|
||||||
rayon = { workspace = true }
|
rayon = { workspace = true }
|
||||||
reedline = { workspace = true }
|
reedline = { workspace = true, optional = true }
|
||||||
roxmltree = { workspace = true }
|
roxmltree = { workspace = true }
|
||||||
rusqlite = { workspace = true, features = [
|
rusqlite = { workspace = true, features = [
|
||||||
"bundled",
|
"bundled",
|
||||||
@ -179,6 +179,7 @@ os = [
|
|||||||
"notify-debouncer-full",
|
"notify-debouncer-full",
|
||||||
"open",
|
"open",
|
||||||
"os_pipe",
|
"os_pipe",
|
||||||
|
"reedline",
|
||||||
"uu_cp",
|
"uu_cp",
|
||||||
"uu_mkdir",
|
"uu_mkdir",
|
||||||
"uu_mktemp",
|
"uu_mktemp",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user