Forc.toml 342 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. sway_libs = { git = "https://github.com/FuelLabs/sway-libs", tag = "v0.21.0" }
  8. pyth_interface = { path = "../pyth-interface" }
  9. standards = { git = "https://github.com/FuelLabs/sway-standards", tag = "v0.4.4" }