zed/extensions/gleam/Cargo.toml
Marshall Bowers 5ce6c374b0
gleam: Revert version bump (#15908)
This PR reverts a version bump to the Gleam extension that was included
in #15866, as we're not ready to publish a new version.

Release Notes:

- N/A
2024-08-07 10:27:34 -04:00

17 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" }