Files
shorebird-updater/cli/Cargo.toml
T
2023-03-06 15:06:31 -08:00

10 lines
257 B
TOML

[package]
name = "cli"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
clap = { version = "4.1.6", features = ["derive"] }
updater = { path = "../library" }