2022-06-16 07:59:47 +00:00
|
|
|
[package]
|
2022-06-29 23:54:01 +00:00
|
|
|
name = "activity_indicator"
|
2022-06-16 07:59:47 +00:00
|
|
|
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
|
|
|
|
2024-03-05 17:01:17 +00:00
|
|
|
[lints]
|
|
|
|
workspace = true
|
|
|
|
|
2022-06-16 07:59:47 +00:00
|
|
|
[lib]
|
2022-06-29 23:54:01 +00:00
|
|
|
path = "src/activity_indicator.rs"
|
2022-06-16 07:59:47 +00:00
|
|
|
doctest = false
|
|
|
|
|
|
|
|
[dependencies]
|
2024-01-31 02:41:29 +00:00
|
|
|
anyhow.workspace = true
|
2024-02-06 19:41:36 +00:00
|
|
|
auto_update.workspace = true
|
|
|
|
editor.workspace = true
|
2024-11-01 16:53:02 +00:00
|
|
|
extension_host.workspace = true
|
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-11-11 09:18:38 +00:00
|
|
|
lsp.workspace = true
|
2024-02-06 19:41:36 +00:00
|
|
|
project.workspace = true
|
2024-01-31 02:41:29 +00:00
|
|
|
smallvec.workspace = true
|
2024-02-06 19:41:36 +00:00
|
|
|
ui.workspace = true
|
2024-10-30 12:49:47 +00:00
|
|
|
util.workspace = true
|
2024-02-06 19:41:36 +00:00
|
|
|
workspace.workspace = true
|
2023-05-17 21:44:55 +00:00
|
|
|
|
2023-05-20 15:54:38 +00:00
|
|
|
[dev-dependencies]
|
2024-02-06 19:41:36 +00:00
|
|
|
editor = { workspace = true, features = ["test-support"] }
|