codemp-nvim/Cargo.toml

18 lines
496 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"
version = "0.3.0"
2022-07-10 19:01:56 +02:00
edition = "2021"
[lib]
crate-type = ["cdylib"]
2022-07-10 19:01:56 +02:00
[dependencies]
codemp = { git = "ssh://git@github.com/codewithotherpeopleandchangenamelater/codemp.git", rev = "6fe07d560614dfeda289a3b86b8bc55d3065e17d", features = ["static"] }
tracing = "0.1"
2023-08-16 23:32:19 +02:00
tracing-subscriber = "0.3"
2023-04-11 14:02:03 +02:00
uuid = { version = "1.3.1", features = ["v4"] }
2023-08-16 23:32:19 +02:00
serde = "1"
serde_json = "1"
nvim-oxi = { version = "0.3.0", features = ["neovim-0-9", "mlua", "libuv"] }
lazy_static = "1.4.0"