Skip to content

Commit

Permalink
Cargo.toml formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
cyqsimon committed Dec 3, 2024
1 parent 0847b05 commit 1de0e68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ tokio = { version = "1.41", features = ["rt", "sync"] }
trust-dns-resolver = "0.23.2"
unicode-width = "0.2.0"
strum = { version = "0.26.3", features = ["derive"] }
derive_more = {version = "1.0.0", features = ["debug"]}
derive_more = { version = "1.0.0", features = ["debug"] }

[target.'cfg(any(target_os = "android", target_os = "linux"))'.dependencies]
procfs = "0.17.0"
Expand All @@ -71,7 +71,7 @@ clap = { version = "4.5.21", features = ["derive"] }
clap-verbosity-flag = "3.0.1"
clap_complete = "4.5.38"
clap_mangen = "0.2.24"
derive_more = {version = "1.0.0", features = ["debug"]}
derive_more = { version = "1.0.0", features = ["debug"] }
strum = { version = "0.26.3", features = ["derive"] }

[target.'cfg(target_os = "windows")'.build-dependencies]
Expand Down

0 comments on commit 1de0e68

Please sign in to comment.