spl/Cargo.lock

24 lines
582 B
Text
Raw Normal View History

2023-02-17 20:00:39 +01:00
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
2023-08-04 20:38:47 +02:00
[[package]]
name = "multicall"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "428f6ba17d0c927e57c15a86cf5d7d07a2f35b3fbf15b1eb36b7075459e150a3"
2023-02-17 22:47:45 +01:00
[[package]]
name = "readformat"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b03f7fbd470aa8b3ad163c85cce8bccfc11cc9c44ef12da0a4eddd98bd307352"
2023-02-17 20:00:39 +01:00
[[package]]
name = "spl"
version = "0.3.2"
2023-02-17 22:47:45 +01:00
dependencies = [
2023-08-04 20:38:47 +02:00
"multicall",
2023-02-17 22:47:45 +01:00
"readformat",
]