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

make all config options default

This commit is contained in:
Zoey 2024-04-22 10:18:05 -07:00
parent e309a46cd3
commit 8dc89d959e
No known key found for this signature in database
GPG key ID: 8611B896D1AAFAF2
6 changed files with 73 additions and 31 deletions

View file

@ -4,11 +4,12 @@ name = "classics"
version = "0.1.0"
[dependencies]
bytes = "1.6.0"
bytes = "1"
flate2 = "1"
half = "2"
internment = { version = "0.8", features = ["serde"] }
parking_lot = "0.12.1"
internment = {version = "0.8", features = ["serde"]}
optional_struct = "0.4"
parking_lot = "0.12"
rand = "0.8"
safer-bytes = "0.2"
serde = {version = "1", features = ["derive"]}