mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-26 06:22:42 +03:00
6fa347dff7
This PR moves the rustdoc-related code out of `html_to_markdown` and into the `rustdoc` crate. Release Notes: - N/A
23 lines
385 B
TOML
23 lines
385 B
TOML
[package]
|
|
name = "html_to_markdown"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
publish = false
|
|
license = "GPL-3.0-or-later"
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[lib]
|
|
path = "src/html_to_markdown.rs"
|
|
|
|
[dependencies]
|
|
anyhow.workspace = true
|
|
html5ever.workspace = true
|
|
markup5ever_rcdom.workspace = true
|
|
regex.workspace = true
|
|
|
|
[dev-dependencies]
|
|
indoc.workspace = true
|
|
pretty_assertions.workspace = true
|