123456789101112131415161718 |
- [package]
- name = "token-proxy"
- version = "0.1.0"
- description = "Created with Anchor"
- edition = "2018"
- [lib]
- crate-type = ["cdylib", "lib"]
- name = "token_proxy"
- [features]
- no-entrypoint = []
- cpi = ["no-entrypoint"]
- [dependencies]
- anchor-lang = { path = "../../../../../lang" }
- anchor-spl = { path = "../../../../../spl" }
- spl-token = { version = "3.1.1", features = ["no-entrypoint"] }
|