Skip to content

Commit

Permalink
chore: Format Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
l2dy authored and tamird committed Oct 17, 2024
1 parent 20ce988 commit 0c8fb43
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions {{project-name}}/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ edition = "2021"
anyhow = { workspace = true, default-features = true }
aya = { workspace = true }
aya-log = { workspace = true }
env_logger = {workspace = true }
env_logger = { workspace = true }
libc = { workspace = true }
log = { workspace = true }
tokio = { workspace = true, features = ["macros", "rt", "rt-multi-thread", "net", "signal"] }
Expand All @@ -33,7 +33,7 @@ cargo_metadata = { workspace = true }
# workflows with stable cargo; stable cargo outright refuses to load manifests that use unstable
# features.
{{project-name}}-ebpf = { path = "../{{project-name}}-ebpf" }
xtask = { path = "../xtask"}
xtask = { path = "../xtask" }

[[bin]]
name = "{{project-name}}"
Expand Down

0 comments on commit 0c8fb43

Please sign in to comment.