forked from extern/nushell
add database feature to extra (#5322)
This commit is contained in:
parent
b38f90d4c7
commit
aeed8670f1
@ -73,7 +73,7 @@ embed-resource = "1"
|
|||||||
plugin = ["nu-plugin", "nu-cli/plugin", "nu-parser/plugin", "nu-command/plugin", "nu-protocol/plugin", "nu-engine/plugin"]
|
plugin = ["nu-plugin", "nu-cli/plugin", "nu-parser/plugin", "nu-command/plugin", "nu-protocol/plugin", "nu-engine/plugin"]
|
||||||
default = ["plugin", "which-support", "trash-support"]
|
default = ["plugin", "which-support", "trash-support"]
|
||||||
stable = ["default"]
|
stable = ["default"]
|
||||||
extra = ["default", "dataframe"]
|
extra = ["default", "dataframe", "database"]
|
||||||
wasi = []
|
wasi = []
|
||||||
|
|
||||||
# Stable (Default)
|
# Stable (Default)
|
||||||
|
Loading…
Reference in New Issue
Block a user