mirror of
https://github.com/wez/wezterm.git
synced 2024-12-19 11:21:39 +03:00
786888ce0a
1.51.0 no longer takes non string literals in `panic()`. k9@0.11.0 fixes that
15 lines
291 B
TOML
15 lines
291 B
TOML
[package]
|
|
name = "wezterm-ssh"
|
|
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]
|
|
dirs-next = "2.0"
|
|
regex = "1"
|
|
|
|
[dev-dependencies]
|
|
k9 = "0.11.0"
|