Files
revive/crates/yul/Cargo.toml
T
xermicus 046455db06 release v0.5.0 (#401)
Signed-off-by: Cyrill Leutwiler <bigcyrill@hotmail.com>
2025-11-03 16:10:20 +01:00

21 lines
504 B
TOML

[package]
name = "revive-yul"
description = "The revive YUL parser library."
version = "0.4.0"
authors.workspace = true
license.workspace = true
edition.workspace = true
repository.workspace = true
rust-version.workspace = true
[dependencies]
anyhow = { workspace = true }
inkwell = { workspace = true }
num = { workspace = true }
regex = { workspace = true }
serde = { workspace = true }
thiserror = { workspace = true }
revive-common = { workspace = true }
revive-llvm-context = { workspace = true }