codemp-nvim/Cargo.toml

18 lines
487 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]
2024-02-09 01:34:04 +01:00
codemp = { git = "ssh://git@github.com/codewithotherpeopleandchangenamelater/codemp.git", tag = "v0.6.0", features = ["global", "sync"] }
mlua = { version = "0.9.0", features = ["module", "luajit", "send"] }
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"
lazy_static = "1.4.0"
tokio = { version = "1.35.1", features = ["rt"] }