Skip to content

Commit

Permalink
WIP: Try to see what problems i run into while running uutils code wi…
Browse files Browse the repository at this point in the history
…th nushell
  • Loading branch information
dmatos2012 committed Aug 12, 2023
1 parent e5f614a commit 1bbae07
Show file tree
Hide file tree
Showing 4 changed files with 766 additions and 221 deletions.
35 changes: 22 additions & 13 deletions Cargo.lock

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

9 changes: 5 additions & 4 deletions crates/nu-command/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -92,11 +92,12 @@ toml = "0.7"
unicode-segmentation = "1.10"
ureq = { version = "2.7", default-features = false, features = ["charset", "gzip", "json", "native-tls"] }
url = "2.2"
uu_cp = "0.0.19"
# uu_cp = { path = "../../../coreutils/src/uu/cp", version = "0.0.19" }
# uu_cp = "0.0.19"
uu_cp = { path = "../../../coreutils/src/uu/cp"}
uu_mv = "0.0.19"
# uucore = { path = "../../../coreutils/src/uucore", version = "0.0.19", features = ["fsext"] }
uucore = { version = "0.0.19", features = ["fsext"] }
# uucore = { path = "../../../coreutils/src/uucore", features = ["fsext"] }
uucore = { path = "../../../coreutils/src/uucore"}
# uucore = { version = "0.0.19", features = ["fsext"] }
uuid = { version = "1.3", features = ["v4"] }
wax = { version = "0.5" }
which = { version = "4.4", optional = true }
Expand Down
Loading

0 comments on commit 1bbae07

Please sign in to comment.