Skip to content

Commit

Permalink
w: add initial version
Browse files Browse the repository at this point in the history
  • Loading branch information
sylvestre committed Jan 31, 2024
1 parent 406cd6e commit e13f25b
Show file tree
Hide file tree
Showing 8 changed files with 434 additions and 2 deletions.
258 changes: 258 additions & 0 deletions Cargo.lock

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

3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ default = ["feat_common_core"]
feat_common_core = [
"pwdx",
"free",
"w",
]

[workspace.dependencies]
Expand All @@ -43,6 +44,7 @@ textwrap = { version = "0.16.0", features = ["terminal_size"] }
xattr = "1.3.1"
tempfile = "3.9.0"
rand = { version = "0.8", features = ["small_rng"] }
utmpx = "0.1"

[dependencies]
clap = { workspace = true }
Expand All @@ -56,6 +58,7 @@ textwrap = { workspace = true }
#
pwdx = { optional = true, version = "0.0.1", package = "uu_pwdx", path = "src/uu/pwdx" }
free = { optional = true, version = "0.0.1", package = "uu_free", path = "src/uu/free" }
w = { optional = true, version = "0.0.1", package = "uu_w", path = "src/uu/w" }

[dev-dependencies]
pretty_assertions = "1"
Expand Down
Loading

0 comments on commit e13f25b

Please sign in to comment.