Forc.toml 216 B

12345678910
  1. [project]
  2. authors = ["Fuel Labs <contact@fuel.sh>"]
  3. entry = "main.sw"
  4. license = "Apache-2.0"
  5. name = "pyth-contract"
  6. [dependencies]
  7. pyth_interface = { path = "../pyth-interface" }
  8. ownership = "0.26.0"
  9. src5 = "0.8.0"