mirror of
https://github.com/logos-blockchain/lez-programs.git
synced 2026-08-25 14:11:09 +00:00
18 lines
344 B
TOML
18 lines
344 B
TOML
[package]
|
|||
|
|
name = "wallet-idl-decoder"
|
||
|
|
version = "0.1.0"
|
||
|
|
edition = "2021"
|
||
|
|
|
||
|
|
[lints]
|
||
|
|
workspace = true
|
||
|
|
|
||
|
|
[lib]
|
||
|
|
name = "wallet_idl_decoder"
|
||
|
|
crate-type = ["cdylib", "rlib"]
|
||
|
|
|
||
|
|
[dependencies]
|
||
|
|
hex = "0.4"
|
||
|
|
serde = { workspace = true }
|
||
|
|
serde_json = { workspace = true }
|
||
|
|
spel-framework-core = { git = "https://github.com/logos-co/spel.git", tag = "v0.6.0" }
|