codemp-nvim/Cargo.toml

17 lines
449 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.2.0"
2022-07-10 19:01:56 +02:00
edition = "2021"
[dependencies]
2023-08-17 00:27:26 +02:00
codemp = { git = "ssh://git@github.com/codewithotherpeopleandchangenamelater/codemp.git", tag = "v0.3" }
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"
rmpv = "1"
clap = { version = "4.2.1", features = ["derive"] }
nvim-rs = { version = "0.5", features = ["use_tokio"] }
async-trait = "0.1.68"