| ci-bench: cross-platform CI race scaffold (rickub CI vs GitHub Actions) 0baf736 Olivier Girardot yesterday | 1 | [package] |
| 2 | name = "bench-rust-build" |
| 3 | version = "0.1.0" |
| 4 | edition = "2021" |
| 5 | description = "Cold/warm build + test workload for the ci-bench CI race benchmark." |
| 6 | |
| 7 | # Versions are EXACT-pinned (=) so both platforms resolve the identical set; the |
| 8 | # generated Cargo.lock is committed alongside and is the real pin. |
| 9 | [dependencies] |
| 10 | anyhow = "=1.0.103" |
| 11 | clap = { version = "=4.6.1", features = ["derive"] } |
| 12 | regex = "=1.13.1" |
| 13 | serde = { version = "=1.0.228", features = ["derive"] } |
| 14 | serde_json = "=1.0.150" |
| 15 | tokio = { version = "=1.53.0", features = ["rt-multi-thread", "macros", "time", "sync", "io-util"] } |
| 16 | |
| 17 | [profile.release] |
| 18 | debug = 1 |