2022-01-13 05:17:19 +03:00
|
|
|
[package]
|
|
|
|
name = "outline"
|
|
|
|
version = "0.1.0"
|
|
|
|
edition = "2021"
|
2023-01-18 23:28:02 +03:00
|
|
|
publish = false
|
2024-01-27 15:51:16 +03:00
|
|
|
license = "GPL-3.0-or-later"
|
2024-01-23 19:40:30 +03:00
|
|
|
|
2022-01-13 05:17:19 +03:00
|
|
|
[lib]
|
|
|
|
path = "src/outline.rs"
|
2022-03-04 03:15:56 +03:00
|
|
|
doctest = false
|
2022-01-13 05:17:19 +03:00
|
|
|
|
|
|
|
[dependencies]
|
2024-02-06 22:41:36 +03:00
|
|
|
editor.workspace = true
|
|
|
|
fuzzy.workspace = true
|
|
|
|
gpui.workspace = true
|
|
|
|
language.workspace = true
|
2024-01-31 05:41:29 +03:00
|
|
|
ordered-float.workspace = true
|
2024-02-06 22:41:36 +03:00
|
|
|
picker.workspace = true
|
2024-01-31 05:41:29 +03:00
|
|
|
postage.workspace = true
|
2024-02-06 22:41:36 +03:00
|
|
|
settings.workspace = true
|
2024-01-31 05:41:29 +03:00
|
|
|
smol.workspace = true
|
2024-02-06 22:41:36 +03:00
|
|
|
text.workspace = true
|
|
|
|
theme.workspace = true
|
|
|
|
ui.workspace = true
|
|
|
|
util.workspace = true
|
|
|
|
workspace.workspace = true
|
2023-05-20 18:54:38 +03:00
|
|
|
|
|
|
|
[dev-dependencies]
|
2024-02-06 22:41:36 +03:00
|
|
|
editor = { workspace = true, features = ["test-support"] }
|