Files
yabridge/tools/yabridgectl/Cargo.toml
T
Robbert van der Helm e047a0e776 Update license and version for yabridgectl
Easiest to just match yabridge itself.
2020-07-13 12:00:55 +02:00

19 lines
580 B
TOML

[package]
name = "yabridgectl"
# This version is linked to yabridge's version for clarity's sake and because
# there's not a lot going on here
version = "1.2.1"
authors = ["Robbert van der Helm <mail@robbertvanderhelm.nl>"]
edition = "2018"
description = "Optional command line helper to set up yabridge"
repository = "https://github.com/robbert-vdh/yabridge"
license = "GPL-3.0-or-later"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
aho-corasick = "0.7.13"
clap = "3.0.0-beta.1"
rayon = "1.3.1"
toml = "0.5.6"