feat(hardano): implement immutable db chunk parsing (#328)
This commit is contained in:
parent
fe5018120f
commit
4504dd4f1d
19 changed files with 608 additions and 2 deletions
21
pallas-hardano/Cargo.toml
Normal file
21
pallas-hardano/Cargo.toml
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
[package]
|
||||
name = "pallas-hardano"
|
||||
description = "Pallas interoperability with the Haskel Cardano node implementation"
|
||||
version = "0.20.0"
|
||||
edition = "2021"
|
||||
repository = "https://github.com/txpipe/pallas"
|
||||
homepage = "https://github.com/txpipe/pallas"
|
||||
documentation = "https://docs.rs/pallas-hardano"
|
||||
license = "Apache-2.0"
|
||||
readme = "README.md"
|
||||
authors = ["Santiago Carmuega <santiago@carmuega.me>"]
|
||||
|
||||
[dependencies]
|
||||
binary-layout = "3.2.0"
|
||||
tap = "1.0.1"
|
||||
tracing = "0.1.40"
|
||||
|
||||
[dev-dependencies]
|
||||
tracing-subscriber = "0.3.17"
|
||||
hex = "0.4.3"
|
||||
pallas-traverse = { version = "0.20.0", path = "../pallas-traverse" }
|
||||
Loading…
Add table
Add a link
Reference in a new issue