mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-10 04:30:12 +02:00
Add an empty Rust project with clap
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
[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]
|
||||
clap = "3.0.0-beta.1"
|
||||
Reference in New Issue
Block a user