Add
Description
Add a dependency to the current directory module.
Synopsys
edifice add [option] name
- Where name is a String.
edifice add [option] name@version_requirement
- Where name is a String.
- Where version_requirement is a String with respecting the format of VersionReq.
Options
--dry-run: Look for an available version of the module but do not modify module.toml.
--help: Display command description and options.
Examples
edifice add dff
edifice add dff@0.1.4
edifice add dff@^0.1.0