mirror of
https://github.com/zyllian/classics.git
synced 2025-05-10 06:36:39 -07:00
initial commit
This commit is contained in:
commit
ca94ec10f2
12 changed files with 1624 additions and 0 deletions
11
Cargo.toml
Normal file
11
Cargo.toml
Normal 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"]}
|
Loading…
Add table
Add a link
Reference in a new issue