Skip to main content

max / everycycle

421 B · 15 lines History Blame Raw
1 [package]
2 name = "everycycle-scheduler"
3 description = "Continuous batching, paged kv-cache, admission control, speculative-decode coordination."
4 version.workspace = true
5 edition.workspace = true
6 rust-version.workspace = true
7 license.workspace = true
8 authors.workspace = true
9 repository.workspace = true
10 # The unit of publication is the repo, not the crates (decided 2026-08-06).
11 publish = false
12
13 [lints]
14 workspace = true
15