summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorSunil Nimmagadda <sunil@nimmagadda.net>2023-07-09 02:40:54 +0530
committerSunil Nimmagadda <sunil@nimmagadda.net>2023-07-09 02:40:54 +0530
commitcffed7bb6d265944c63859a52a263da67371bf82 (patch)
treeff40726d03e6b57006323bfb559511f7269115f5 /Cargo.toml
parent306ebca0b7c56e724c55120bf6c100c645d7cb9c (diff)
Don't need this template comment.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 0 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index e252638..6baadd6 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -3,8 +3,6 @@ name = "vrrpd"
version = "0.1.0"
edition = "2021"
-# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
-
[dependencies]
tokio = { version = "1.22.0", features = ["full"] }
nom = "7"