mirror of
https://github.com/pezkuwichain/revive.git
synced 2026-04-25 12:57:58 +00:00
ed608699af
Signed-off-by: Cyrill Leutwiler <bigcyrill@hotmail.com>
21 lines
504 B
TOML
21 lines
504 B
TOML
[package]
|
|
name = "revive-yul"
|
|
description = "The revive YUL parser library."
|
|
version = "0.2.1"
|
|
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 }
|