aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorHimbeerserverDE <himbeerserverde@gmail.com>2023-02-25 18:11:51 +0100
committerHimbeerserverDE <himbeerserverde@gmail.com>2023-02-25 18:11:51 +0100
commit4d90e0c61784b1d507047bceb323d0ed7dc47318 (patch)
treeb33baaadc01dfd8a67c5ae96c5f8581e2f9bd0b5 /Cargo.toml
parent0647bc5f5a72da20cec6169c9576d04629411c3c (diff)
basic packet acceptor
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 9ce894b..bdc954b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -6,3 +6,4 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
+anyhow = "1.0"