Skip to content

Commit

Permalink
chore: Cargo formatting
Browse files Browse the repository at this point in the history
Formatting of Cargo.toml files:
- Alphabetic crate ordering
- Remove unnecessary blanks
  • Loading branch information
Paul-weqe committed Feb 25, 2025
1 parent be4b1c6 commit ed1ee79
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ edition = "2024"
repository = "/~https://github.com/holo-routing/holo"

[workspace.dependencies]
internet-checksum = "0.2"
async-trait = "0.1"
base64 = "0.21"
bitflags = { version = "2.4", features = ["serde"] }
Expand All @@ -48,8 +47,9 @@ enum-as-inner = "0.6"
fletcher = "1.0"
futures = "0.3"
generational-arena = "0.2"
ipnetwork = "0.20"
hmac = "0.12"
internet-checksum = "0.2"
ipnetwork = "0.20"
itertools = "0.13"
libc = "0.2"
maplit = "1.0"
Expand Down
1 change: 0 additions & 1 deletion holo-ospf/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ license.workspace = true
edition.workspace = true

[dependencies]

async-trait.workspace = true
bitflags.workspace = true
bytes.workspace = true
Expand Down

0 comments on commit ed1ee79

Please sign in to comment.