1234567891011121314151617181920 |
- [package]
- name = "relations-derivation"
- version = "0.1.0"
- description = "Created with Anchor"
- rust-version = "1.60"
- edition = "2021"
- [lib]
- crate-type = ["cdylib", "lib"]
- name = "relations_derivation"
- [features]
- no-entrypoint = []
- no-idl = []
- cpi = ["no-entrypoint"]
- idl-build = ["anchor-lang/idl-build"]
- default = []
- [dependencies]
- anchor-lang = { path = "../../../../lang" }
|