codemp-nvim/Cargo.toml

16 lines
408 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]
codemp = { git = "ssh://git@github.com/codewithotherpeopleandchangenamelater/codemp.git", branch = "woot", features = ["global", "sync"] }
mlua = { version = "0.9.0", features = ["module", "luajit"] }
2023-08-21 04:06:10 +02:00
thiserror = "1.0.47"
derive_more = "0.99.17"
2023-09-05 23:57:57 +02:00
tracing-subscriber = "0.3.17"
tracing = "0.1.37"