zed-discord-presence/lsp/Cargo.toml
Jozef Steinhübl f1c8e5ac0b
feat: git integration
adds View Repository button
2024-07-21 13:53:44 +02:00

10 lines
212 B
TOML

[package]
name = "discord-presence-lsp"
version = "0.1.0"
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"