chore: Merge Byron / Alonzo into single crate (#43)
This commit is contained in:
parent
c5dff33113
commit
21a3077883
61 changed files with 120 additions and 335 deletions
21
pallas-primitives/Cargo.toml
Normal file
21
pallas-primitives/Cargo.toml
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
[package]
|
||||
name = "pallas-primitives"
|
||||
description = "Ledger primitives and cbor codec for the different Cardano eras"
|
||||
version = "0.4.0"
|
||||
edition = "2021"
|
||||
repository = "https://github.com/txpipe/pallas"
|
||||
homepage = "https://github.com/txpipe/pallas"
|
||||
documentation = "https://docs.rs/pallas-byron"
|
||||
license = "Apache-2.0"
|
||||
readme = "README.md"
|
||||
authors = [
|
||||
"Santiago Carmuega <santiago@carmuega.me>",
|
||||
"Lucas Rosa <x@rvcas.dev>",
|
||||
]
|
||||
|
||||
[dependencies]
|
||||
minicbor = { version = "0.13", features = ["std"] }
|
||||
minicbor-derive = "0.8.0"
|
||||
hex = "0.4.3"
|
||||
log = "0.4.14"
|
||||
pallas-crypto = { version = "0.4.0", path = "../pallas-crypto" }
|
||||
Loading…
Add table
Add a link
Reference in a new issue