Cargo.toml 239 B

12345678910111213
  1. [package]
  2. name = "bolt-types"
  3. version = "0.1.6"
  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 = "0.1.6"
  11. anchor-lang = "0.30.1"