From 0c8fb438042fb4aa6c829b32f896988178082a1b Mon Sep 17 00:00:00 2001 From: Zero King Date: Thu, 17 Oct 2024 21:18:53 +0800 Subject: [PATCH] chore: Format Cargo.toml --- {{project-name}}/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/{{project-name}}/Cargo.toml b/{{project-name}}/Cargo.toml index c5af123..0567166 100644 --- a/{{project-name}}/Cargo.toml +++ b/{{project-name}}/Cargo.toml @@ -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"] } @@ -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}}"