Run this command:
$ dubhe add move_stdlib
This will add these lines to your package's Move.toml:
[dependencies]
Sui = {
git = "https://github.com/MystenLabs/sui.git",
subdir = "crates/sui-framework/packages/sui-framework",
rev = "mainnet-v1.19.1"
}
move_stdlib = {
git = "https://github.com/0xobelisk/dubhe-engine",
subdir = "packages/move_stdlib-framework",
rev = "main"
}
[addresses]
sui = "0x2"
dubhe = "0x3dc2d6239eed38c9798444afbf4bada0998ec9"