Last updated
Last updated
A Move.toml
file is a manifest file that contains metadata such as name, version, and dependencies for the package.
The manifest itself contains a number of sections, primary of which are:
[package]
- includes package metadata such as name and version
[dependencies]
- specifies dependencies of the project
[addresses]
- address aliases
The minimal package source directory structure looks as follows:
Move.toml