pit/pit-rust-guest/Cargo.toml

16 lines
344 B
TOML
Raw Normal View History

2024-06-24 11:21:05 +00:00
[package]
name = "pit-rust-guest"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
hex = "0.4.3"
pit-core = { version = "0.1.0", path = "../pit-core" }
proc-macro2 = "1.0.85"
quasiquote = "0.1.1"
quote = "1.0.36"
sha3 = "0.10.8"
syn = "2.0.66"