mirror of
https://github.com/zyllian/classics.git
synced 2025-05-10 06:16:39 -07:00
make all config options default
This commit is contained in:
parent
e309a46cd3
commit
8dc89d959e
6 changed files with 73 additions and 31 deletions
32
Cargo.lock
generated
32
Cargo.lock
generated
|
@ -88,6 +88,7 @@ dependencies = [
|
|||
"flate2",
|
||||
"half",
|
||||
"internment",
|
||||
"optional_struct",
|
||||
"parking_lot",
|
||||
"rand",
|
||||
"safer-bytes",
|
||||
|
@ -247,6 +248,37 @@ version = "1.19.0"
|
|||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
|
||||
|
||||
[[package]]
|
||||
name = "optional_struct"
|
||||
version = "0.4.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "4cc83044fbb5cf2dfbf5bbe011f1ce6c68ce1c7f0c41423091e2c3b21c7ebb66"
|
||||
dependencies = [
|
||||
"optional_struct_export",
|
||||
"serde",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "optional_struct_export"
|
||||
version = "0.4.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "3aab351802d85e41a5e679e6862c7639726920c7b93fbd2a7aec925509c088ed"
|
||||
dependencies = [
|
||||
"optional_struct_macro_impl",
|
||||
"quote",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "optional_struct_macro_impl"
|
||||
version = "0.4.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "6d8ed6022d195dd0ab66d5d214eddbe887ef5489f708ff8be131296111d475ef"
|
||||
dependencies = [
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
"syn",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "parking_lot"
|
||||
version = "0.12.1"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue