2022-12-14 23:59:50 +00:00
|
|
|
[package]
|
|
|
|
name = "recent_projects"
|
|
|
|
version = "0.1.0"
|
|
|
|
edition = "2021"
|
2023-01-18 20:28:02 +00:00
|
|
|
publish = false
|
2024-01-27 12:51:16 +00:00
|
|
|
license = "GPL-3.0-or-later"
|
2024-01-23 16:40:30 +00:00
|
|
|
|
2022-12-14 23:59:50 +00:00
|
|
|
[lib]
|
|
|
|
path = "src/recent_projects.rs"
|
|
|
|
doctest = false
|
|
|
|
|
|
|
|
[dependencies]
|
2024-01-31 02:41:29 +00:00
|
|
|
futures.workspace = true
|
2024-02-06 19:41:36 +00:00
|
|
|
fuzzy.workspace = true
|
|
|
|
gpui.workspace = true
|
|
|
|
language.workspace = true
|
2024-02-23 11:17:31 +00:00
|
|
|
menu.workspace = true
|
2024-01-31 02:41:29 +00:00
|
|
|
ordered-float.workspace = true
|
2024-02-06 19:41:36 +00:00
|
|
|
picker.workspace = true
|
2024-01-31 02:41:29 +00:00
|
|
|
postage.workspace = true
|
2024-02-06 19:41:36 +00:00
|
|
|
settings.workspace = true
|
2024-01-31 02:41:29 +00:00
|
|
|
smol.workspace = true
|
2024-02-06 19:41:36 +00:00
|
|
|
text.workspace = true
|
|
|
|
theme.workspace = true
|
|
|
|
ui.workspace = true
|
|
|
|
util.workspace = true
|
|
|
|
workspace.workspace = true
|