12345678910111213141516 |
- [package]
- name = "anchor-lang-idl-spec"
- version = "0.1.0"
- authors = ["Anchor Maintainers <accounts@200ms.io>"]
- repository = "https://github.com/coral-xyz/anchor"
- edition = "2021"
- license = "Apache-2.0"
- description = "Anchor framework IDL spec"
- [package.metadata.docs.rs]
- all-features = true
- rustdoc-args = ["--cfg", "docsrs"]
- [dependencies]
- anyhow = "1"
- serde = { version = "1", features = ["derive"] }
|