zed-discord-presence/lsp/Cargo.toml

15 lines
485 B
TOML
Raw Permalink Normal View History

2024-07-19 00:05:53 +02:00
[package]
name = "discord-presence-lsp"
2024-10-17 20:27:02 +02:00
version = "0.5.1"
2024-07-19 00:05:53 +02:00
edition = "2021"
[dependencies]
discord-rich-presence = "0.2.4"
tokio = { version = "1.37.0", features = ["rt-multi-thread", "io-std", "macros"] }
2024-07-19 00:05:53 +02:00
tower-lsp = "0.20.0"
git2 = { version = "0.19.0", default-features = false }
serde_json = { version = "1.0.122", features = ["std"] }
lazy_static = "1.5.0"
regex = { version = "1.10.6", default-features = false, features = ["std", "perf", "unicode-case"] }
urlencoding = "2.1.3"