15 lines
291 B
TOML
15 lines
291 B
TOML
[package]
|
|
name = "uplc"
|
|
version = "0.0.1"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
flat = { path = "../flat" }
|
|
hex = "0.4.3"
|
|
peg = "0.8.0"
|
|
strum = "0.24.0"
|
|
strum_macros = "0.24.0"
|
|
thiserror = "1.0.31"
|