2023-10-05 00:47:30 +00:00
|
|
|
[package]
|
2023-10-05 21:19:13 +00:00
|
|
|
name = "rich_text"
|
2023-10-05 00:47:30 +00:00
|
|
|
version = "0.1.0"
|
|
|
|
edition = "2021"
|
|
|
|
publish = false
|
2024-01-27 12:51:16 +00:00
|
|
|
license = "GPL-3.0-or-later"
|
2024-01-23 16:40:30 +00:00
|
|
|
|
2024-03-05 17:01:17 +00:00
|
|
|
[lints]
|
|
|
|
workspace = true
|
|
|
|
|
2023-10-05 00:47:30 +00:00
|
|
|
[lib]
|
2023-10-05 21:19:13 +00:00
|
|
|
path = "src/rich_text.rs"
|
2023-10-05 00:47:30 +00:00
|
|
|
doctest = false
|
|
|
|
|
|
|
|
[features]
|
|
|
|
test-support = [
|
|
|
|
"gpui/test-support",
|
|
|
|
"util/test-support",
|
|
|
|
]
|
|
|
|
|
|
|
|
[dependencies]
|
2024-01-31 02:41:29 +00:00
|
|
|
futures.workspace = true
|
2024-02-06 19:41:36 +00:00
|
|
|
gpui.workspace = true
|
|
|
|
language.workspace = true
|
2024-02-20 04:49:47 +00:00
|
|
|
linkify.workspace = true
|
2024-02-01 09:03:09 +00:00
|
|
|
pulldown-cmark.workspace = true
|
2024-02-06 19:41:36 +00:00
|
|
|
theme.workspace = true
|
|
|
|
ui.workspace = true
|
|
|
|
util.workspace = true
|