mirror of
https://github.com/xHyroM/zed-discord-presence.git
synced 2024-11-09 16:08:06 +01:00
25 lines
433 B
TOML
25 lines
433 B
TOML
[package]
|
|
name = "zed-discord-presence"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
license-file = "LICENSE"
|
|
repository = "https://github.com/xhyrom/zed-discord-presence"
|
|
|
|
[lib]
|
|
path = "src/discord_presence.rs"
|
|
crate-type = ["cdylib"]
|
|
|
|
[dependencies]
|
|
zed_extension_api = "0.0.6"
|
|
|
|
[workspace]
|
|
members = ["lsp"]
|
|
|
|
[lints]
|
|
[lints.clippy]
|
|
correctness = "deny"
|
|
suspicious = "warn"
|
|
complexity = "warn"
|
|
perf = "warn"
|
|
style = "deny"
|
|
pedantic = "warn"
|