mirror of
https://github.com/logos-blockchain/lez-programs.git
synced 2026-08-27 07:01:14 +00:00
docs: add a testnet run book to show how to deploy and use the programs
This commit is contained in:
@@ -11,9 +11,7 @@ name = "idl-gen"
|
||||
path = "src/main.rs"
|
||||
|
||||
[dependencies]
|
||||
spel-framework-core = { git = "https://github.com/0x-r4bbit/spel.git", branch = "refactor/lez-v020-compat", package = "spel-framework-core", features = [
|
||||
"idl-gen",
|
||||
] }
|
||||
spel-framework-core = { git = "https://github.com/0x-r4bbit/spel.git", rev = "91023c9115bf88173b0d25d2e905f2a55ef0313b", package = "spel-framework-core", features = ["idl-gen"] }
|
||||
# `preserve_order` keeps object keys in struct-declaration order when
|
||||
# round-tripping through serde_json::Value (see main.rs), so the only
|
||||
# reordering we apply is sorting the `types` array.
|
||||
|
||||
Reference in New Issue
Block a user