mirror of
https://github.com/zyllian/classics.git
synced 2025-01-18 03:32:41 -08:00
13 lines
250 B
TOML
13 lines
250 B
TOML
[package]
|
|
edition = "2021"
|
|
name = "classics"
|
|
version = "0.1.0"
|
|
|
|
[dependencies]
|
|
flate2 = "1"
|
|
half = "2"
|
|
parking_lot = "0.12.1"
|
|
rand = "0.8"
|
|
serde = { version = "1", features = ["derive"] }
|
|
serde_json = "1"
|
|
tokio = {version = "1", features = ["full"]}
|