Cargo.toml 327 B

12345678910111213
  1. [package]
  2. name = "bolt-types"
  3. version = "0.1.1"
  4. description = "Autogenerate types for the bolt language"
  5. edition = "2021"
  6. [lib]
  7. crate-type = ["cdylib", "lib"]
  8. name = "bolt_types"
  9. [dependencies]
  10. bolt-lang = { path = "../../crates/bolt-lang" }
  11. anchor-lang = { git = "https://github.com/coral-xyz/anchor.git", rev = "0f60909" }