mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-28 09:54:33 +00:00
21 lines
333 B
TOML
21 lines
333 B
TOML
|
[package]
|
||
|
name = "rustdoc_to_markdown"
|
||
|
version = "0.1.0"
|
||
|
edition = "2021"
|
||
|
publish = false
|
||
|
license = "GPL-3.0-or-later"
|
||
|
|
||
|
[lints]
|
||
|
workspace = true
|
||
|
|
||
|
[lib]
|
||
|
path = "src/rustdoc_to_markdown.rs"
|
||
|
|
||
|
[dependencies]
|
||
|
anyhow.workspace = true
|
||
|
html5ever.workspace = true
|
||
|
markup5ever_rcdom.workspace = true
|
||
|
|
||
|
[dev-dependencies]
|
||
|
indoc.workspace = true
|