mirror of
https://github.com/zed-industries/zed.git
synced 2026-08-25 00:45:27 +00:00
bump merman to 0.7 (with patch for multibyte chars) --- Release Notes: - N/A or Added/Fixed/Improved ...
33 lines
739 B
TOML
33 lines
739 B
TOML
[package]
|
|
name = "mermaid_render"
|
|
version = "0.1.0"
|
|
edition.workspace = true
|
|
publish.workspace = true
|
|
license = "GPL-3.0-or-later"
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[lib]
|
|
path = "src/mermaid_render.rs"
|
|
doctest = false
|
|
|
|
[features]
|
|
test-support = []
|
|
|
|
[dependencies]
|
|
anyhow.workspace = true
|
|
gpui.workspace = true
|
|
merman = { git = "https://github.com/zed-industries/merman", tag = "v0.7.0-with-patches", features = ["render"] }
|
|
quick-xml.workspace = true
|
|
serde_json.workspace = true
|
|
tracing.workspace = true
|
|
ztracing.workspace = true
|
|
|
|
[dev-dependencies]
|
|
gpui = { workspace = true, features = ["test-support"] }
|
|
mermaid_render = { path = ".", features = ["test-support"] }
|
|
usvg.workspace = true
|
|
|
|
[package.metadata.cargo-machete]
|
|
ignored = ["tracing"]
|