rust_job_scheduling/Cargo.toml
Rodolphe Bréard bac7f922aa First commit
2024-10-27 18:41:19 +01:00

10 lines
269 B
TOML

[package]
name = "rust_job_scheduling"
version = "0.1.0"
authors = ["Rodolphe Breard <rodolphe@what.tf>"]
edition = "2021"
description = "Benchmark of several job scheduling algorithms implemented in Rust."
license = "MIT OR Apache-2.0"
publish = false
[dependencies]