mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-09 10:56:20 +00:00
24 lines
383 B
TOML
24 lines
383 B
TOML
|
[package]
|
||
|
name = "rustdoc"
|
||
|
version = "0.1.0"
|
||
|
edition = "2021"
|
||
|
publish = false
|
||
|
license = "GPL-3.0-or-later"
|
||
|
|
||
|
[lints]
|
||
|
workspace = true
|
||
|
|
||
|
[lib]
|
||
|
path = "src/rustdoc.rs"
|
||
|
|
||
|
[dependencies]
|
||
|
anyhow.workspace = true
|
||
|
async-trait.workspace = true
|
||
|
collections.workspace = true
|
||
|
fs.workspace = true
|
||
|
futures.workspace = true
|
||
|
html_to_markdown.workspace = true
|
||
|
http.workspace = true
|
||
|
|
||
|
[dev-dependencies]
|