cargo-rio 0.1.0

Interface with the FRC RoboRIO through Cargo.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
name = "cargo-rio"
version = "0.1.0"
description = "Interface with the FRC RoboRIO through Cargo."
license = "MIT"
repository = "https://github.com/arfur-rs/cargo-rio/"
resolver = "2"

[package.metadata.nix]
build = true

[dependencies.clap]
version = "3.1"
features = [
    "derive",
    "wrap_help",
]

[dependencies.color-eyre]
version = "0.6.2"

[dependencies.ssh2]
version = "0.9.3"

[dependencies.thiserror]
version = "1.0.32"

[dependencies.tracing]
version = "0.1.36"

[dependencies.tracing-subscriber]
version = "0.3.15"
features = ["env-filter"]