Logo
Explore Help
Sign In
logos-blockchain/lez-programs
1
0
Fork 0
You've already forked lez-programs
mirror of https://github.com/logos-blockchain/lez-programs.git synced 2026-05-18 23:19:30 +00:00
Code Issues Packages Projects Releases Wiki Activity
lez-programs/tools/idl-gen/Cargo.toml

16 lines
273 B
TOML
Raw Normal View History

ci: add IDL freshness check and consolidate artifacts Move IDL files to artifacts/ and add a convention-based CI check that discovers all programs via */methods/guest/src/bin/*.rs and fails if any program is missing its IDL or has one that is out of date.
2026-04-09 19:29:03 +02:00
[package]
name = "idl-gen"
version = "0.1.0"
edition = "2021"
[[bin]]
name = "idl-gen"
path = "src/main.rs"
[dependencies]
chore: update spel to v0.3.0
2026-05-18 13:02:32 +02:00
spel-framework-core = { git = "https://github.com/logos-co/spel.git", tag = "v0.3.0", features = [
ci: add IDL freshness check and consolidate artifacts Move IDL files to artifacts/ and add a convention-based CI check that discovers all programs via */methods/guest/src/bin/*.rs and fails if any program is missing its IDL or has one that is out of date.
2026-04-09 19:29:03 +02:00
"idl-gen",
] }
serde_json = "1.0"
feat: make use of spel's `[#account_type]` directive This annotates custom account data as [#account_type], to allow for deserializing abritrary LEZ account data. Closes #49
2026-05-11 15:31:31 +02:00
toml = "0.8"
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.0 Page: 38ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API