Files
yabridge/tools/yabridgectl/Cargo.toml
T
2020-07-13 11:54:50 +02:00

14 lines
320 B
TOML

[package]
name = "yabridgectl"
version = "0.1.0"
authors = ["Robbert van der Helm <mail@robbertvanderhelm.nl>"]
edition = "2018"
# 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"