1
1
mirror of https://github.com/wez/wezterm.git synced 2024-10-27 08:09:45 +03:00
wezterm/wezterm-gui-subcommands/Cargo.toml

13 lines
330 B
TOML
Raw Normal View History

[package]
name = "wezterm-gui-subcommands"
version = "0.1.0"
authors = ["Wez Furlong <wez@wezfurlong.org>"]
edition = "2018"
# 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"