Cargo.lock
changeset 8 e4cad4eba60b
parent 0 32171fc0e41f
child 20 fd3474f42783
--- a/Cargo.lock	Wed Dec 07 13:35:25 2022 +0530
+++ b/Cargo.lock	Sun Jan 01 11:59:24 2023 +0530
@@ -67,6 +67,12 @@
 checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
 
 [[package]]
+name = "minimal-lexical"
+version = "0.2.1"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
+
+[[package]]
 name = "mio"
 version = "0.8.5"
 source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -79,6 +85,16 @@
 ]
 
 [[package]]
+name = "nom"
+version = "7.1.1"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "a8903e5a29a317527874d0402f867152a3d21c908bb0b933e416c65e301d4c36"
+dependencies = [
+ "memchr",
+ "minimal-lexical",
+]
+
+[[package]]
 name = "num_cpus"
 version = "1.14.0"
 source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -227,6 +243,7 @@
 name = "vrrpd"
 version = "0.1.0"
 dependencies = [
+ "nom",
  "tokio",
 ]