| 1234567891011121314151617181920212223242526272829 |
- # @generated by Move, please check-in and do not edit manually.
- [move]
- version = 0
- dependencies = [
- { name = "Sui" },
- { name = "Wormhole" },
- ]
- [[move.package]]
- name = "MoveStdlib"
- source = { git = "https://github.com/MystenLabs/sui.git", rev = "81dbcf2b6cab07d623a1012bf31daf658963c765", subdir = "crates/sui-framework/packages/move-stdlib" }
- [[move.package]]
- name = "Sui"
- source = { git = "https://github.com/MystenLabs/sui.git", rev = "81dbcf2b6cab07d623a1012bf31daf658963c765", subdir = "crates/sui-framework/packages/sui-framework" }
- dependencies = [
- { name = "MoveStdlib" },
- ]
- [[move.package]]
- name = "Wormhole"
- source = { git = "https://github.com/wormhole-foundation/wormhole.git", rev = "sui/integration_v2", subdir = "sui/wormhole" }
- dependencies = [
- { name = "Sui" },
- ]
|