launchd/Cargo.toml

12 lines
252 B
TOML
Raw Permalink Normal View History

2024-03-08 08:17:16 +00:00
[package]
name = "launchd"
version = "0.1.0"
edition = "2021"
[dependencies]
clap = { version = "4.5.2", features = ["derive"] }
home = "0.5.9"
serde = { version = "1.0.197", features = ["derive"] }
shellexpand = { version = "3.1.0" }
toml = "0.8.10"