zed-discord-presence/lsp/Cargo.toml

11 lines
212 B
TOML
Raw Normal View History

2024-07-19 00:05:53 +02:00
[package]
name = "discord-presence-lsp"
2024-07-21 13:54:27 +02:00
version = "0.2.0"
2024-07-19 00:05:53 +02:00
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"