Cargo.toml 583 B

12345678910111213141516
  1. [package]
  2. name = "basic-2"
  3. version = "0.1.0"
  4. description = "Created with Anchor"
  5. edition = "2018"
  6. [lib]
  7. crate-type = ["cdylib"]
  8. name = "basic_2"
  9. [dependencies]
  10. borsh = { git = "https://github.com/project-serum/borsh", branch = "serum", features = ["serum-program"] }
  11. solana-program = "1.4.3"
  12. solana-sdk = { version = "1.3.14", default-features = false, features = ["program"] }
  13. # anchor = { git = "https://github.com/project-serum/anchor", features = ["derive"] }
  14. anchor = { path = "/home/armaniferrante/Documents/code/src/github.com/project-serum/anchor", features = ["derive"] }