mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-13 05:42:59 +00:00
a6461f90a1
This PR bumps the Gleam extension to v0.2.0. Changes: - Added `/gleam-project` slash command - Added `gleam-hexdocs` provider for the `/docs` slash command - https://github.com/zed-industries/zed/pull/12221 - https://github.com/zed-industries/zed/pull/15659 Release Notes: - N/A
17 lines
253 B
TOML
17 lines
253 B
TOML
[package]
|
|
name = "zed_gleam"
|
|
version = "0.2.0"
|
|
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 = "0.1.0"
|