zed-discord-presence/lsp/Cargo.toml
Jozef Steinhübl ad5333a502
feat: add initialization options (#6)
* feat: add initialization options

* docs: add section about how to configure

* refactor: clippy
2024-08-03 21:36:23 +02:00

11 lines
235 B
TOML

[package]
name = "discord-presence-lsp"
version = "0.2.1"
edition = "2021"
[dependencies]
discord-rich-presence = "0.2.4"
tokio = { version = "1.37.0", features = ["full"] }
tower-lsp = "0.20.0"
git2 = "0.19.0"
serde_json = "1.0.122"