mirror of
https://github.com/uutils/coreutils.git
synced 2025-12-23 08:47:37 +00:00
date: sort deps in Cargo.toml alphabetically
This commit is contained in:
parent
15cecc933f
commit
c19cab6153
1 changed files with 2 additions and 2 deletions
|
|
@ -20,14 +20,14 @@ path = "src/date.rs"
|
|||
|
||||
[dependencies]
|
||||
clap = { workspace = true }
|
||||
fluent = { workspace = true }
|
||||
jiff = { workspace = true, features = [
|
||||
"tzdb-bundle-platform",
|
||||
"tzdb-zoneinfo",
|
||||
"tzdb-concatenated",
|
||||
] }
|
||||
uucore = { workspace = true, features = ["parser"] }
|
||||
parse_datetime = { workspace = true }
|
||||
fluent = { workspace = true }
|
||||
uucore = { workspace = true, features = ["parser"] }
|
||||
|
||||
[target.'cfg(unix)'.dependencies]
|
||||
libc = { workspace = true }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue