1
1
mirror of https://github.com/wez/wezterm.git synced 2024-11-28 09:12:19 +03:00
wezterm/luahelper/Cargo.toml

17 lines
369 B
TOML
Raw Normal View History

2020-10-02 20:28:58 +03:00
[package]
name = "luahelper"
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]
bstr = "0.2"
log = "0.4"
2020-10-07 04:34:29 +03:00
mlua = "0.4"
2020-10-02 20:28:58 +03:00
serde = {version="1.0", features = ["rc", "derive"]}
serde_json = "1.0"
strsim = "0.10"
thiserror = "1.0"