mirror of
https://github.com/watchexec/watchexec.git
synced 2024-11-16 09:08:37 +01:00
20 lines
270 B
TOML
20 lines
270 B
TOML
|
[package]
|
||
|
name = "bosion-example-clap"
|
||
|
version = "0.1.0"
|
||
|
publish = false
|
||
|
edition = "2021"
|
||
|
|
||
|
[workspace]
|
||
|
|
||
|
[features]
|
||
|
default = ["foo"]
|
||
|
foo = []
|
||
|
|
||
|
[build-dependencies.bosion]
|
||
|
version = "*"
|
||
|
path = "../.."
|
||
|
|
||
|
[dependencies.clap]
|
||
|
version = "4.1.8"
|
||
|
features = ["cargo", "derive"]
|