mirror of
https://github.com/xHyroM/zed-discord-presence.git
synced 2024-11-09 16:08:06 +01:00
13 lines
463 B
TOML
13 lines
463 B
TOML
[package]
|
|
name = "discord-presence-lsp"
|
|
version = "0.5.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
discord-rich-presence = "0.2.4"
|
|
tokio = { version = "1.37.0", features = ["rt-multi-thread", "io-std", "macros"] }
|
|
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"] }
|