Some checks failed
Validate / Check-1 (push) Failing after 1s
Validate / Test Suite-1 (push) Failing after 1s
Validate / Lints (push) Failing after 1s
Validate / Check (push) Has been cancelled
Validate / Check-2 (push) Has been cancelled
Validate / Test Suite (push) Has been cancelled
Validate / Test Suite-2 (push) Has been cancelled
26 lines
830 B
TOML
26 lines
830 B
TOML
[package]
|
|
name = "pallas-applying"
|
|
description = "Logic for validating and applying new blocks and txs to the chain state"
|
|
version = "0.32.1"
|
|
edition = "2021"
|
|
repository = "https://github.com/MaicoLeberle/pallas"
|
|
homepage = "https://github.com/MaicoLeberle/pallas"
|
|
license = "Apache-2.0"
|
|
readme = "README.md"
|
|
authors = ["Maico Leberle <maico.leberle@gmail.com>"]
|
|
|
|
[lib]
|
|
doctest = false
|
|
|
|
[dependencies]
|
|
pallas-addresses = { version = "=0.32.1", path = "../pallas-addresses" }
|
|
pallas-codec = { version = "=0.32.1", path = "../pallas-codec" }
|
|
pallas-crypto = { version = "=0.32.1", path = "../pallas-crypto" }
|
|
pallas-primitives = { version = "=0.32.1", path = "../pallas-primitives" }
|
|
pallas-traverse = { version = "=0.32.1", path = "../pallas-traverse" }
|
|
rand = "0.8.6"
|
|
hex = "0.4"
|
|
chrono = "0.4.39"
|
|
|
|
[dev-dependencies]
|
|
hex = "0.4"
|