Cargo.toml 249 B

123456789101112
  1. [package]
  2. name = "token-interface"
  3. version = "0.0.0"
  4. edition = "2021"
  5. readme = "./README.md"
  6. license-file = "../LICENSE"
  7. publish = false
  8. [dependencies]
  9. bytemuck = { version="1.18.0", features=["derive"] }
  10. pinocchio = "0.6"
  11. pinocchio-pubkey = "0.2"