Prepare for follow-on change

This commit is contained in:
Hanno Braun 2024-10-30 00:47:44 +01:00
parent b33398908f
commit 7c034a2c16
2 changed files with 8 additions and 0 deletions

View File

@ -8,6 +8,12 @@ version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627"
[[package]]
name = "anyhow"
version = "1.0.91"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c042108f3ed77fd83760a5fd79b53be043192bb3b9dba91d8c574c0ada7850c8"
[[package]]
name = "arbitrary"
version = "1.3.2"
@ -76,6 +82,7 @@ checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
name = "fj"
version = "0.0.0"
dependencies = [
"anyhow",
"threemf",
]

View File

@ -5,4 +5,5 @@ name = "fj"
edition = "2021"
[dependencies]
anyhow = "*"
threemf = "*"