mirror of https://github.com/zyllian/classics.git synced 2025-05-10 06:36:39 -07:00

initial commit

This commit is contained in:
Zoey 2024-04-18 19:43:27 -07:00
commit ca94ec10f2
No known key found for this signature in database
GPG key ID: 8611B896D1AAFAF2
12 changed files with 1624 additions and 0 deletions

11
Cargo.toml Normal file
View file

@ -0,0 +1,11 @@
[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"]}