1
0
mirror of https://github.com/Tim-Paik/neutauri.git synced 2024-10-12 23:29:41 +00:00

update dev mode

This commit is contained in:
2022-04-05 18:11:29 +08:00
parent 45a5b6a1a6
commit 2a0fafc5bf
5 changed files with 329 additions and 9 deletions

21
Cargo.lock generated
View File

@ -777,6 +777,26 @@ dependencies = [
"syn",
]
[[package]]
name = "gumdrop"
version = "0.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5bc700f989d2f6f0248546222d9b4258f5b02a171a431f8285a81c08142629e3"
dependencies = [
"gumdrop_derive",
]
[[package]]
name = "gumdrop_derive"
version = "0.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "729f9bd3449d77e7831a18abfb7ba2f99ee813dfd15b8c2167c9a54ba20aa99d"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "heck"
version = "0.3.3"
@ -1031,6 +1051,7 @@ version = "0.1.0"
dependencies = [
"bincode",
"brotli",
"gumdrop",
"image",
"new_mime_guess",
"serde",