global: snapshot

This commit is contained in:
k
2024-10-04 19:09:09 +02:00
parent 1c9d118ba2
commit 068bb07d6e
57 changed files with 1799 additions and 295 deletions
+2 -1
View File
@@ -10,7 +10,8 @@ allocative = "0.3.3"
bincode = { git = "https://github.com/bincode-org/bincode.git", features = [
"serde",
] }
biter = "0.1.0"
# biter = "0.1.0"
biter = { path = "../biter" }
bitcoin_hashes = { version = "0.14.0" }
chrono = { version = "0.4.38", features = ["serde"] }
clap = { version = "4.5.19", features = ["derive"] }