12 lines
194 B
TOML
Raw Normal View History

2024-03-08 22:16:50 +02:00
[package]
name = "example-abi"
version = "0.1.0"
edition = "2021"
2024-03-09 16:42:07 +02:00
[dependencies]
abi-lib = { path = "../abi-lib" }
2024-03-08 22:16:50 +02:00
[build-dependencies]
2024-03-12 12:45:31 +02:00
abi-generator = { path = ".." }
2024-03-09 16:42:07 +02:00
prettyplease = "0.2.15"