| 12345678910 |
- [project]
- authors = ["Fuel Labs <contact@fuel.sh>"]
- entry = "main.sw"
- license = "Apache-2.0"
- name = "pyth-contract"
- [dependencies]
- sway_libs = { git = "https://github.com/FuelLabs/sway-libs", tag = "v0.21.0" }
- pyth_interface = { path = "../pyth-interface" }
- standards = { git = "https://github.com/FuelLabs/sway-standards", tag = "v0.4.4" }
|