classics/Cargo.toml
2024-04-18 19:43:27 -07:00

11 lines
184 B
TOML

[package]
edition = "2021"
name = "classics"
version = "0.1.0"
[dependencies]
flate2 = "1"
half = "2"
parking_lot = "0.12.1"
rand = "0.8"
tokio = {version = "1", features = ["full"]}