mirror of
https://github.com/wez/wezterm.git
synced 2024-11-23 23:21:08 +03:00
fba2159839
Not all of these are needed in these crates (copypasta resulting from splitting out modules)
16 lines
350 B
TOML
16 lines
350 B
TOML
[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"
|
|
mlua = "0.4"
|
|
serde = {version="1.0", features = ["rc", "derive"]}
|
|
strsim = "0.10"
|
|
thiserror = "1.0"
|