summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock7
1 files changed, 7 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index d2c408f..e2d1d2c 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -160,6 +160,12 @@ dependencies = [
]
[[package]]
+name = "anyhow"
+version = "1.0.97"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "dcfed56ad506cb2c684a14971b8861fdc3baaaae314b9e5f9bb532cbe3ba7a4f"
+
+[[package]]
name = "arrayref"
version = "0.3.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -2450,6 +2456,7 @@ dependencies = [
name = "teleia"
version = "0.1.0"
dependencies = [
+ "anyhow",
"bimap",
"bitflags 2.6.0",
"bytes",