Cargo.toml 345 B

12345678910111213141516
  1. [package]
  2. name = "wormhole-supported-chains"
  3. description = "Wormhole Supported Chain IDs and Names"
  4. version.workspace = true
  5. edition.workspace = true
  6. authors.workspace = true
  7. license.workspace = true
  8. homepage.workspace = true
  9. repository.workspace = true
  10. [lints]
  11. workspace = true
  12. [dependencies]
  13. serde.workspace = true
  14. thiserror.workspace = true