mirror of
https://github.com/wez/wezterm.git
synced 2024-11-15 01:26:59 +03:00
12 lines
289 B
TOML
12 lines
289 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]
|
||
|
structopt = "0.3"
|
||
|
config = { path = "../config" }
|