mirror of
https://github.com/hinto-janai/cuprate.git
synced 2024-12-23 03:59:37 +00:00
d7798328b6
Instead of asking for one block at a time, we ask for batches of blocks, which significantly speeds up getting blocks.
12 lines
No EOL
179 B
TOML
12 lines
No EOL
179 B
TOML
[package]
|
|
name = "cuprate-common"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
license = "AGPL-3.0-only"
|
|
authors = ["Boog900"]
|
|
|
|
|
|
[dependencies]
|
|
chrono = "0.4.24"
|
|
thiserror = "1"
|
|
hex = "0.4" |