mirror of
https://github.com/nushell/nushell
synced 2024-12-27 21:43:09 +00:00
parent
ed7d3fed66
commit
f97f9d4af3
1 changed files with 13 additions and 0 deletions
13
Cargo.lock
generated
13
Cargo.lock
generated
|
@ -2244,6 +2244,7 @@ dependencies = [
|
||||||
"nu_plugin_match",
|
"nu_plugin_match",
|
||||||
"nu_plugin_post",
|
"nu_plugin_post",
|
||||||
"nu_plugin_ps",
|
"nu_plugin_ps",
|
||||||
|
"nu_plugin_shuffle",
|
||||||
"nu_plugin_str",
|
"nu_plugin_str",
|
||||||
"nu_plugin_sum",
|
"nu_plugin_sum",
|
||||||
"nu_plugin_sys",
|
"nu_plugin_sys",
|
||||||
|
@ -2551,6 +2552,18 @@ dependencies = [
|
||||||
"pin-utils",
|
"pin-utils",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
[[package]]
|
||||||
|
name = "nu_plugin_shuffle"
|
||||||
|
version = "0.10.0"
|
||||||
|
dependencies = [
|
||||||
|
"nu-build",
|
||||||
|
"nu-errors",
|
||||||
|
"nu-plugin",
|
||||||
|
"nu-protocol",
|
||||||
|
"nu-source",
|
||||||
|
"rand",
|
||||||
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "nu_plugin_str"
|
name = "nu_plugin_str"
|
||||||
version = "0.10.0"
|
version = "0.10.0"
|
||||||
|
|
Loading…
Reference in a new issue