[package] name = "wezterm-gui-subcommands" version = "0.1.0" authors = ["Wez Furlong "] edition = "2018" publish = false # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] clap = {version="4.0", features=["derive"]} config = { path = "../config" } anyhow = "1.0"