Forc.toml 221 B

12345678
  1. [project]
  2. authors = ["Fuel Labs <contact@fuel.sh>"]
  3. entry = "interface.sw"
  4. license = "Apache-2.0"
  5. name = "pyth_interface"
  6. [dependencies]
  7. standards = { git = "https://github.com/FuelLabs/sway-standards", tag = "v0.4.4" }