mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-11 05:00:16 +00:00
cb75c57fc0
Follow-up to #8425 . Final part - adds the CI check. Release Notes: - N/A
26 lines
450 B
TOML
26 lines
450 B
TOML
[package]
|
|
name = "rich_text"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
publish = false
|
|
license = "GPL-3.0-or-later"
|
|
|
|
[lib]
|
|
path = "src/rich_text.rs"
|
|
doctest = false
|
|
|
|
[features]
|
|
test-support = [
|
|
"gpui/test-support",
|
|
"util/test-support",
|
|
]
|
|
|
|
[dependencies]
|
|
futures.workspace = true
|
|
gpui.workspace = true
|
|
language.workspace = true
|
|
linkify.workspace = true
|
|
pulldown-cmark.workspace = true
|
|
theme.workspace = true
|
|
ui.workspace = true
|
|
util.workspace = true
|