some fixes

This commit is contained in:
Nicholas Orlowsky 2023-08-08 15:36:44 -05:00 committed by Nicholas Orlowsky
parent 77b7eb90e7
commit 91193cf03e
3 changed files with 29 additions and 46 deletions

View file

@ -2,15 +2,15 @@
# It is not intended for manual editing.
version = 3
[[package]]
name = "SQUIRREL"
version = "0.1.0"
dependencies = [
"anyhow",
]
[[package]]
name = "anyhow"
version = "1.0.72"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3b13c32d80ecc7ab747b80c3784bce54ee8a7a0cc4fbda9bf4cda2cf6fe90854"
[[package]]
name = "squirrel-server"
version = "0.1.0"
dependencies = [
"anyhow",
]