13 lines
352 B
TOML
13 lines
352 B
TOML
|
[package]
|
||
|
name = "cryptarchia-ledger"
|
||
|
version = "0.1.0"
|
||
|
edition = "2021"
|
||
|
|
||
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||
|
|
||
|
[dependencies]
|
||
|
blake2 = "0.10"
|
||
|
rpds = "1"
|
||
|
thiserror = "1"
|
||
|
# TODO: we only need types definition from this crate
|
||
|
cryptarchia-engine = { path = "../../consensus/cryptarchia-engine" }
|