mirror of
https://github.com/zed-industries/zed.git
synced 2026-05-26 15:44:20 +00:00
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>
26 lines
437 B
TOML
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
|