codemp-nvim/Cargo.toml
2023-11-30 03:59:44 +01:00

15 lines
407 B
TOML

[package]
name = "codemp-nvim"
version = "0.3.0"
edition = "2021"
[lib]
crate-type = ["cdylib"]
[dependencies]
codemp = { git = "ssh://git@github.com/codewithotherpeopleandchangenamelater/codemp.git", tag = "v0.5.1", features = ["global", "sync"] }
mlua = { version = "0.9.0", features = ["module", "luajit"] }
thiserror = "1.0.47"
derive_more = "0.99.17"
tracing-subscriber = "0.3.17"
tracing = "0.1.37"