rux add
Add a dependency to the current package.
sh
rux add [package]
rux add [package]@[version]Examples
sh
# Add the latest version of the package
rux add Json
# Add the package with specified version
rux add [email protected]This command updates Rux.toml accordingly.