mirror of
https://github.com/wez/wezterm.git
synced 2024-11-25 21:07:39 +03:00
13 lines
321 B
TOML
13 lines
321 B
TOML
[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]
|
|
bitflags = "1.0"
|
|
euclid = "0.22"
|
|
serde = {version="1.0", features = ["rc", "derive"]}
|