mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-24 11:01:54 +00:00
c9534e8025
This prepares us for an upcoming bump to Rust 2024 edition. Release Notes: - N/A
27 lines
577 B
TOML
27 lines
577 B
TOML
[package]
|
|
name = "task"
|
|
version = "0.1.0"
|
|
edition.workspace = true
|
|
publish.workspace = true
|
|
license = "GPL-3.0-or-later"
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[dependencies]
|
|
anyhow.workspace = true
|
|
collections.workspace = true
|
|
futures.workspace = true
|
|
gpui.workspace = true
|
|
hex.workspace = true
|
|
parking_lot.workspace = true
|
|
schemars.workspace = true
|
|
serde.workspace = true
|
|
serde_json_lenient.workspace = true
|
|
sha2.workspace = true
|
|
shellexpand.workspace = true
|
|
util.workspace = true
|
|
zed_actions.workspace = true
|
|
|
|
[dev-dependencies]
|
|
gpui = { workspace = true, features = ["test-support"] }
|