Dependencies
Add a dependency:
sh
# Latest version
rux add Json
# Specified version
rux add [email protected]Remove a dependency:
sh
rux remove JsonInstall all dependencies listed in Rux.toml:
sh
rux install