Skip to content

Commit

Permalink
cp: fix formatting of Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
cakebaker committed Oct 15, 2023
1 parent af8690d commit 41744cc
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion src/uu/cp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,14 @@ indicatif = { workspace = true }
[dependencies.uucore]
workspace = true
default-features = false
features = ["entries", "fs", "mode", "perms", "update-control", "backup-control"]
features = [
"entries",
"fs",
"mode",
"perms",
"update-control",
"backup-control",
]

[target.'cfg(unix)'.dependencies]
xattr = { workspace = true }
Expand Down

0 comments on commit 41744cc

Please sign in to comment.