mirror of
https://github.com/xHyroM/zed-discord-presence.git
synced 2024-11-10 00:18:06 +01:00
10 lines
212 B
TOML
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"
|