Cargo FRC

Crates.io

A cargo subcommand for deploying your rust code.

Installation

In this package, run cargo install, assuming cargo's bin is in your PATH.

Usage

Add a config section like

toml [package.metadata.frc] team-number = 114 rio-address = "10.1.14.2" target-dir = "target" executable-name = "digital_out"

to your Cargo.toml.

You can then run cargo frc deploy in your robot code package.

Roadmap

License

This application and its source code are released under the GPLv3. By contributing, you license your contribution under the GPLv3. You also agree to have your contribution included in a future version of this library licensed under a future version of the GPL as released by the Free Software Foundation.