Skip to content

Commit

Permalink
use Nushell crates from crates.io directly (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
amtoine authored May 26, 2024
1 parent 15d8701 commit 1bb52dc
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 14 deletions.
33 changes: 22 additions & 11 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ name = "nu_plugin_explore"
[dependencies]
anyhow = "1.0.73"
crossterm = "0.27.0"
nuon = { git = "https://github.com/nushell/nushell", tag = "0.93.0", package = "nuon" }
nu-plugin = { git = "https://github.com/nushell/nushell", tag = "0.93.0", package = "nu-plugin" }
nu-protocol = { git = "https://github.com/nushell/nushell", tag = "0.93.0", package = "nu-protocol", features = ["plugin"] }
nuon = "0.93.0"
nu-plugin = "0.93.0"
nu-protocol = "0.93.0"
ratatui = "0.26.1"
url = "2.4.0"

Expand Down

0 comments on commit 1bb52dc

Please sign in to comment.