mirror of
https://github.com/xHyroM/zed-discord-presence.git
synced 2024-11-12 17:38:06 +01:00
15 lines
231 B
TOML
15 lines
231 B
TOML
|
[package]
|
||
|
name = "zed-discord-presence"
|
||
|
version = "0.1.0"
|
||
|
edition = "2021"
|
||
|
|
||
|
[lib]
|
||
|
path = "src/discord_presence.rs"
|
||
|
crate-type = ["cdylib"]
|
||
|
|
||
|
[dependencies]
|
||
|
zed_extension_api = "0.0.6"
|
||
|
|
||
|
[workspace]
|
||
|
members = ["discord-presence-lsp"]
|