2024-07-19 00:05:53 +02:00
|
|
|
[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"
|
2024-07-21 13:53:44 +02:00
|
|
|
git2 = "0.19.0"
|