mirror of
https://github.com/sgeisler/cargo-remote
synced 2024-11-10 01:10:26 +00:00
20 lines
577 B
TOML
20 lines
577 B
TOML
[package]
|
|
name = "cargo-remote"
|
|
description = "Cargo subcommand to build rust projects remotely"
|
|
keywords = ["remote", "build"]
|
|
categories = ["command-line-utilities", "development-tools::build-utils", "development-tools::cargo-plugins"]
|
|
maintenance = { status = "experimental" }
|
|
version = "0.1.2"
|
|
authors = ["Sebastian Geisler <sgeisler@wh2.tu-dresden.de>"]
|
|
license = "MIT"
|
|
repository = "https://github.com/sgeisler/cargo-remote"
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
structopt = "0.2.18"
|
|
cargo_metadata = "0.8.0"
|
|
log = "0.4.1"
|
|
simple_logger = "1.3.0"
|
|
toml = "0.5.1"
|
|
xdg = "2.1.0"
|