Cargo.toml 288 B

12345678910
  1. [package]
  2. name = "pyth-xc-tool"
  3. authors = ["Pyth Network Contributors"]
  4. description = "The cross-chain priest for the Pyth oracle (it knows all the rituals)"
  5. version = "0.1.0"
  6. edition = "2021"
  7. [dependencies]
  8. clap = {version = "4.0", features = ["derive", "cargo"]}
  9. shell-words = "1.1.0"