New to move and sui.
I am trying to follow the documentation on Sui and attempted to use the command sui move build to build my move package.
I encountered this error:
Failed to build Move modules: "Unable to resolve packages for package 'my_first_package'".
Attached picture below shows:
- my folder structure in local.
- the content of the .toml file.
- sui cloned locally pointing to
devnetbranch.

I solved my own problem, lol, by pointing Sui dependency correctly to
sui-framework/on local.Content of
.tomlfile:Originally, retrieving from git was taking too long to build so it might be better to git clone sui to local and build relying on local.