chore: Format Cargo.toml

pull/130/head
Zero King 6 months ago committed by GitHub
parent 20ce988ecf
commit 044c6471b3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -9,7 +9,7 @@ edition = "2021"
anyhow = { workspace = true, default-features = true } anyhow = { workspace = true, default-features = true }
aya = { workspace = true } aya = { workspace = true }
aya-log = { workspace = true } aya-log = { workspace = true }
env_logger = {workspace = true } env_logger = { workspace = true }
libc = { workspace = true } libc = { workspace = true }
log = { workspace = true } log = { workspace = true }
tokio = { workspace = true, features = ["macros", "rt", "rt-multi-thread", "net", "signal"] } tokio = { workspace = true, features = ["macros", "rt", "rt-multi-thread", "net", "signal"] }
@ -33,7 +33,7 @@ cargo_metadata = { workspace = true }
# workflows with stable cargo; stable cargo outright refuses to load manifests that use unstable # workflows with stable cargo; stable cargo outright refuses to load manifests that use unstable
# features. # features.
{{project-name}}-ebpf = { path = "../{{project-name}}-ebpf" } {{project-name}}-ebpf = { path = "../{{project-name}}-ebpf" }
xtask = { path = "../xtask"} xtask = { path = "../xtask" }
[[bin]] [[bin]]
name = "{{project-name}}" name = "{{project-name}}"

Loading…
Cancel
Save