27a4a44717
* Add claim and compound wallet endpoints, proc_macro to generate execute and simulate * CHANGELOG * Sort CHANGELOG lines * PR comments
12 lines
160 B
TOML
12 lines
160 B
TOML
[package]
|
|
name = "execute"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[lib]
|
|
proc-macro = true
|
|
|
|
[dependencies]
|
|
syn = { version = "1", features = ["full"] }
|
|
quote = "1"
|