llm-ls/Cargo.toml

15 lines
404 B
TOML
Raw Normal View History

2023-08-10 16:46:10 -04:00
[package]
name = "ccserver"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
home = "0.5"
serde = { version="1", features = ["derive"] }
reqwest = { version = "0.11", features = ["json"] }
tokio = { version = "1", features = ["fs", "io-std", "io-util", "macros", "rt-multi-thread"] }
tower-lsp = "0.19"