mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-07 20:39:04 +03:00
ecd9422d11
This PR adds a `/gleam-docs` slash command to the Gleam extension, which can be used to fetch docs from HexDocs. Release Notes: - N/A
18 lines
285 B
TOML
18 lines
285 B
TOML
[package]
|
|
name = "zed_gleam"
|
|
version = "0.1.3"
|
|
edition = "2021"
|
|
publish = false
|
|
license = "Apache-2.0"
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[lib]
|
|
path = "src/gleam.rs"
|
|
crate-type = ["cdylib"]
|
|
|
|
[dependencies]
|
|
html_to_markdown = "0.1.0"
|
|
zed_extension_api = { path = "../../crates/extension_api" }
|