Cargo.toml 471 B

12345678910111213141516171819
  1. [package]
  2. name = "pyth-lazer-publisher-sdk"
  3. version = "0.1.2"
  4. edition = "2021"
  5. description = "Pyth Lazer Publisher SDK types."
  6. license = "Apache-2.0"
  7. repository = "https://github.com/pyth-network/pyth-crosschain"
  8. [dependencies]
  9. pyth-lazer-protocol = { version = "0.7.2", path = "../../sdk/rust/protocol" }
  10. anyhow = "1.0.98"
  11. protobuf = "3.7.2"
  12. serde-value = "0.7.0"
  13. humantime = "2.2.0"
  14. tracing = "0.1.41"
  15. [build-dependencies]
  16. fs-err = "3.1.0"
  17. protobuf-codegen = "3.7.2"