mirror of
https://github.com/wez/wezterm.git
synced 2024-11-22 13:16:39 +03:00
13 lines
330 B
TOML
13 lines
330 B
TOML
[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="3.1", features=["derive"]}
|
|
config = { path = "../config" }
|
|
anyhow = "1.0"
|