2022-12-15 02:59:50 +03:00
|
|
|
[package]
|
|
|
|
name = "recent_projects"
|
|
|
|
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
|
|
|
|
2024-03-05 20:01:17 +03:00
|
|
|
[lints]
|
|
|
|
workspace = true
|
|
|
|
|
2022-12-15 02:59:50 +03:00
|
|
|
[lib]
|
|
|
|
path = "src/recent_projects.rs"
|
|
|
|
doctest = false
|
|
|
|
|
|
|
|
[dependencies]
|
2024-03-15 17:22:43 +03:00
|
|
|
collections.workspace = true
|
2024-02-06 22:41:36 +03:00
|
|
|
fuzzy.workspace = true
|
|
|
|
gpui.workspace = true
|
2024-03-15 17:22:43 +03:00
|
|
|
itertools.workspace = true
|
2024-02-23 14:17:31 +03:00
|
|
|
menu.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-03-02 01:28:51 +03:00
|
|
|
serde.workspace = true
|
2024-01-31 05:41:29 +03:00
|
|
|
smol.workspace = true
|
2024-02-06 22:41:36 +03:00
|
|
|
ui.workspace = true
|
|
|
|
util.workspace = true
|
|
|
|
workspace.workspace = true
|
2024-03-01 19:48:06 +03:00
|
|
|
|
|
|
|
[dev-dependencies]
|
|
|
|
editor = { workspace = true, features = ["test-support"] }
|
|
|
|
language = { workspace = true, features = ["test-support"] }
|
|
|
|
project = { workspace = true, features = ["test-support"] }
|
|
|
|
serde_json.workspace = true
|
|
|
|
workspace = { workspace = true, features = ["test-support"] }
|