codemp-nvim/Cargo.toml

14 lines
366 B
TOML
Raw Normal View History

2022-07-10 19:01:56 +02:00
[package]
2023-08-16 23:32:19 +02:00
name = "codemp-nvim"
2023-08-21 04:06:10 +02:00
version = "0.3.0"
2022-07-10 19:01:56 +02:00
edition = "2021"
2023-08-21 04:06:10 +02:00
[lib]
crate-type = ["cdylib"]
2022-07-10 19:01:56 +02:00
[dependencies]
2023-08-21 04:06:10 +02:00
codemp = { git = "ssh://git@github.com/codewithotherpeopleandchangenamelater/codemp.git", tag = "v0.4.2", features = ["global", "sync"] }
mlua = { version = "0.9.0", features = ["send", "module", "luajit"] }
thiserror = "1.0.47"
derive_more = "0.99.17"