llm-ls/crates/custom-types/Cargo.toml

15 lines
298 B
TOML
Raw Permalink Normal View History

2024-02-08 16:43:56 -05:00
[package]
name = "custom-types"
version = "0.1.0"
edition.workspace = true
license.workspace = true
authors.workspace = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
lsp-types = "0.94"
serde = "1"
serde_json = "1"
uuid = "1"