1
1
mirror of https://github.com/wez/wezterm.git synced 2024-09-20 19:27:22 +03:00
wezterm/wezterm-dynamic/Cargo.toml
2022-05-18 07:47:39 -07:00

15 lines
247 B
TOML

[package]
name = "wezterm-dynamic"
version = "0.1.0"
edition = "2021"
[dependencies]
wezterm-dynamic-derive = { version="0.1", path="derive" }
ordered-float = "3.0"
thiserror = "1.0"
strsim = "0.10"
log = "0.4"
[dev-dependencies]
maplit = "1.0"