| 1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- [[package]]
- name = "core"
- source = "path+from-root-E19CE48B3E858B72"
- [[package]]
- name = "pyth-contract"
- source = "member"
- dependencies = [
- "pyth_interface",
- "standards git+https://github.com/FuelLabs/sway-standards?tag=v0.4.4#a001d3c248595112aae67e5633a06ef9bc0536ae",
- "std",
- "sway_libs",
- ]
- [[package]]
- name = "pyth_interface"
- source = "path+from-root-555D3D27A908977B"
- dependencies = [
- "standards git+https://github.com/FuelLabs/sway-standards?tag=v0.4.4#a001d3c248595112aae67e5633a06ef9bc0536ae",
- "std",
- ]
- [[package]]
- name = "standards"
- source = "git+https://github.com/FuelLabs/sway-standards?tag=v0.4.3#6f63eb7dff2458a7d976184e565b5cbf26f61da2"
- dependencies = ["std"]
- [[package]]
- name = "standards"
- source = "git+https://github.com/FuelLabs/sway-standards?tag=v0.4.4#a001d3c248595112aae67e5633a06ef9bc0536ae"
- dependencies = ["std"]
- [[package]]
- name = "std"
- source = "git+https://github.com/fuellabs/sway?tag=v0.60.0#2f0392ee35a1e4dd80bd8034962d5b4083dfb8b6"
- dependencies = ["core"]
- [[package]]
- name = "sway_libs"
- source = "git+https://github.com/FuelLabs/sway-libs?tag=v0.21.0#6a227ed34c86fe1ebd334dbdfeccf66c43e3915b"
- dependencies = [
- "standards git+https://github.com/FuelLabs/sway-standards?tag=v0.4.3#6f63eb7dff2458a7d976184e565b5cbf26f61da2",
- "std",
- ]
|