12 lines
242 B
TOML
12 lines
242 B
TOML
|
[package]
|
||
|
name = "vapore-abigen"
|
||
|
edition = "2021"
|
||
|
version.workspace = true
|
||
|
|
||
|
[dependencies]
|
||
|
clang = { version = "2.0.0", features = ["clang_10_0"] }
|
||
|
color-eyre.workspace = true
|
||
|
env_logger.workspace = true
|
||
|
log.workspace = true
|
||
|
regex = "1.10.6"
|