Forc.lock 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. [[package]]
  2. name = "core"
  3. source = "path+from-root-E19CE48B3E858B72"
  4. [[package]]
  5. name = "pyth-contract"
  6. source = "member"
  7. dependencies = [
  8. "pyth_interface",
  9. "standards git+https://github.com/FuelLabs/sway-standards?tag=v0.4.4#a001d3c248595112aae67e5633a06ef9bc0536ae",
  10. "std",
  11. "sway_libs",
  12. ]
  13. [[package]]
  14. name = "pyth_interface"
  15. source = "path+from-root-555D3D27A908977B"
  16. dependencies = [
  17. "standards git+https://github.com/FuelLabs/sway-standards?tag=v0.4.4#a001d3c248595112aae67e5633a06ef9bc0536ae",
  18. "std",
  19. ]
  20. [[package]]
  21. name = "standards"
  22. source = "git+https://github.com/FuelLabs/sway-standards?tag=v0.4.3#6f63eb7dff2458a7d976184e565b5cbf26f61da2"
  23. dependencies = ["std"]
  24. [[package]]
  25. name = "standards"
  26. source = "git+https://github.com/FuelLabs/sway-standards?tag=v0.4.4#a001d3c248595112aae67e5633a06ef9bc0536ae"
  27. dependencies = ["std"]
  28. [[package]]
  29. name = "std"
  30. source = "git+https://github.com/fuellabs/sway?tag=v0.60.0#2f0392ee35a1e4dd80bd8034962d5b4083dfb8b6"
  31. dependencies = ["core"]
  32. [[package]]
  33. name = "sway_libs"
  34. source = "git+https://github.com/FuelLabs/sway-libs?tag=v0.21.0#6a227ed34c86fe1ebd334dbdfeccf66c43e3915b"
  35. dependencies = [
  36. "standards git+https://github.com/FuelLabs/sway-standards?tag=v0.4.3#6f63eb7dff2458a7d976184e565b5cbf26f61da2",
  37. "std",
  38. ]