2024-06-24 06:21:05 -05:00
|
|
|
[package]
|
|
|
|
name = "pit-patch"
|
|
|
|
version = "0.1.0"
|
|
|
|
edition = "2021"
|
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
anyhow = "1.0.86"
|
2024-07-18 12:17:58 -05:00
|
|
|
hex = "0.4.3"
|
2024-06-24 06:21:05 -05:00
|
|
|
nom = "7.1.3"
|
|
|
|
pit-core = { version = "0.1.0", path = "../pit-core" }
|
|
|
|
portal-pc-waffle.workspace = true
|
2024-07-18 12:17:58 -05:00
|
|
|
sha3 = "0.10.8"
|
2024-06-24 06:21:05 -05:00
|
|
|
waffle-ast.workspace = true
|