Add binary to list features

This commit is contained in:
Louis Dureuil 2024-01-09 13:24:33 +01:00
parent 84f49d76cd
commit 4b4e8ea2a4
No known key found for this signature in database
3 changed files with 57 additions and 0 deletions

15
xtask/Cargo.toml Normal file
View file

@ -0,0 +1,15 @@
[package]
name = "xtask"
version.workspace = true
authors.workspace = true
description.workspace = true
homepage.workspace = true
readme.workspace = true
edition.workspace = true
license.workspace = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
cargo_metadata = "0.18.1"
clap = { version = "4.4.14", features = ["derive"] }