pallas/pallas-handshake/Cargo.toml
2021-11-20 11:33:45 -03:00

23 lines
591 B
TOML

[package]
name = "pallas-handshake"
version = "0.1.0"
edition = "2021"
repository = "https://github.com/txpipe/pallas"
license = "Apache-2.0"
authors = [
"Santiago Carmuega <santiago@carmuega.me>"
]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
pallas-multiplexer = { path = "../pallas-multiplexer/" }
pallas-machines = { path = "../pallas-machines/" }
minicbor = { version="0.11.4", features=["half"] }
minicbor-io = "0.6.0"
itertools = "0.10.1"
log = "0.4.14"
[dev-dependencies]
net2 = "0.2.37"
env_logger = "0.9.0"