1
1
mirror of https://github.com/wez/wezterm.git synced 2024-11-23 15:04:36 +03:00
wezterm/wezterm-input-types/Cargo.toml

15 lines
387 B
TOML
Raw Normal View History

[package]
name = "wezterm-input-types"
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]
2021-08-16 04:21:17 +03:00
bitflags = "1.3"
2020-12-10 21:03:16 +03:00
euclid = "0.22"
lazy_static = "1.4"
serde = {version="1.0", features = ["rc", "derive"]}
wezterm-dynamic = {path="../wezterm-dynamic"}