zed/crates/scheduler/Cargo.toml
Lukas Wirth 14f37ed502
GPUI on the web (#50228)
Implements a basic web platform for the wasm32-unknown-unknown target
for gpui

Release Notes:

- N/A *or* Added/Fixed/Improved ...

---------

Co-authored-by: John Tur <john-tur@outlook.com>
2026-02-26 18:36:50 +01:00

26 lines
437 B
TOML

[package]
name = "scheduler"
version = "0.1.0"
edition.workspace = true
publish.workspace = true
license = "Apache-2.0"
[lints]
workspace = true
[lib]
path = "src/scheduler.rs"
doctest = false
[features]
test-support = []
[dependencies]
async-task.workspace = true
backtrace.workspace = true
chrono.workspace = true
flume = "0.11"
futures.workspace = true
parking_lot.workspace = true
rand.workspace = true
web-time.workspace = true