added dependencies

This commit is contained in:
2026-07-08 16:09:40 +02:00
parent 02cddc904d
commit b63befe727
2 changed files with 17 additions and 0 deletions
Generated
+16
View File
@@ -0,0 +1,16 @@
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4
[[package]]
name = "anyhow"
version = "1.0.103"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2a4385e2e34eb35d6b3efe798b9eb88096925d87726c0798709bf56d9ed84af3"
[[package]]
name = "bf"
version = "0.1.0"
dependencies = [
"anyhow",
]
+1
View File
@@ -4,3 +4,4 @@ version = "0.1.0"
edition = "2024"
[dependencies]
anyhow = "1.0.103"