Added features that weren't needed in our cloud code. Release Notes: - N/A --------- Co-authored-by: Nathan <nathan@zed.dev>
26 lines
428 B
TOML
26 lines
428 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
|
|
futures.workspace = true
|
|
parking_lot.workspace = true
|
|
rand.workspace = true
|
|
workspace-hack.workspace = true
|