123456789101112131415161718192021 |
- [package]
- name = "swap"
- version = "0.1.0"
- description = "Created with Anchor"
- rust-version = "1.60"
- edition = "2021"
- [lib]
- crate-type = ["cdylib", "lib"]
- name = "swap"
- [features]
- no-entrypoint = []
- no-idl = []
- cpi = ["no-entrypoint"]
- default = []
- [dependencies]
- anchor-lang = { path = "../../../../lang" }
- anchor-spl = { path = "../../../../spl", features = ["dex"] }
- serum_dex = { git = "https://github.com/openbook-dex/program", rev = "1be91f2", version = "0.4.0", features = ["no-entrypoint"] }
|