mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-24 02:46:43 +00:00
html_to_markdown: Restore ability to publish (#23293)
This PR restores the ability to publish the `html_to_markdown` crate after #23291. This crate is [published](https://crates.io/crates/html_to_markdown) to crates.io so that it can be consumed by extensions. Release Notes: - N/A
This commit is contained in:
parent
c9534e8025
commit
3767e7e5f0
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ repository = "https://github.com/zed-industries/zed"
|
||||||
documentation = "https://docs.rs/html_to_markdown"
|
documentation = "https://docs.rs/html_to_markdown"
|
||||||
keywords = ["html", "markdown", "html-to-markdown"]
|
keywords = ["html", "markdown", "html-to-markdown"]
|
||||||
edition.workspace = true
|
edition.workspace = true
|
||||||
publish.workspace = true
|
publish = true
|
||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
|
|
||||||
[lints]
|
[lints]
|
||||||
|
|
Loading…
Reference in a new issue