mirror of
https://github.com/nushell/nushell
synced 2024-12-26 13:03:07 +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_post",
|
||||
"nu_plugin_ps",
|
||||
"nu_plugin_shuffle",
|
||||
"nu_plugin_str",
|
||||
"nu_plugin_sum",
|
||||
"nu_plugin_sys",
|
||||
|
@ -2551,6 +2552,18 @@ dependencies = [
|
|||
"pin-utils",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "nu_plugin_shuffle"
|
||||
version = "0.10.0"
|
||||
dependencies = [
|
||||
"nu-build",
|
||||
"nu-errors",
|
||||
"nu-plugin",
|
||||
"nu-protocol",
|
||||
"nu-source",
|
||||
"rand",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "nu_plugin_str"
|
||||
version = "0.10.0"
|
||||
|
|
Loading…
Reference in a new issue