[package] name = "cargo-vex-rt" version = "0.2.0" edition = "2021" authors = ["Evan-Kreutzwiser"] repository = "https://gitlab.com/qvex/cargo-vex-rt" license = "Apache-2.0" categories = ["command-line-utilities", "development-tools::cargo-plugins"] keywords = ["VEX", "vex-rt"] description = "A cargo subcommand for building and deploying vex-rt projects." # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [[bin]] name = "cargo-vex-rt" path = "src/main.rs" [[bin]] name = "vex-rt" path = "src/wrapper.rs" [dependencies] cargo-subcommand-metadata = "0.1.0" cargo_metadata = "0.18.0" clap = { version = "4.4.2", features = ["derive"] } toml = "0.8.12"