From 07463c6301172a6f7af1272a25c2bb84ab4c48d2 Mon Sep 17 00:00:00 2001 From: Sunil Nimmagadda Date: Mon, 28 Nov 2022 08:49:32 +0530 Subject: Let's begin. A skeletal async structure that provides two distinct timers and a signal handler using tokio. --- Cargo.toml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 Cargo.toml (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..b58a36a --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,9 @@ +[package] +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"] } -- cgit v1.2.3