14 lines
282 B
TOML
14 lines
282 B
TOML
[package]
|
|
name = "vapore-abigen"
|
|
edition = "2021"
|
|
version.workspace = true
|
|
|
|
[dependencies]
|
|
bindgen = "0.70.1"
|
|
color-eyre.workspace = true
|
|
env_logger.workspace = true
|
|
log.workspace = true
|
|
regex = "1.10.6"
|
|
serde = { version = "1.0.209", features = ["derive"] }
|
|
serde_json = "1.0.128"
|