mirror of
https://git.asonix.dog/asonix/pict-rs
synced 2024-11-20 11:21:14 +00:00
stable blurhash
This commit is contained in:
parent
16890eaa45
commit
a6134999aa
2 changed files with 3 additions and 2 deletions
3
Cargo.lock
generated
3
Cargo.lock
generated
|
@ -481,7 +481,8 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "blurhash-update"
|
||||
version = "0.1.0"
|
||||
source = "git+https://git.asonix.dog/asonix/blurhash-update#82f94e7f762ad8594b18ea9b238b5b276ade4afc"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "bfb5ea45aeb912f2dd334834e64ecf674a6673d57c73e9d12de0298b9bf98ee8"
|
||||
|
||||
[[package]]
|
||||
name = "bumpalo"
|
||||
|
|
|
@ -22,7 +22,7 @@ actix-web = { version = "4.0.0", default-features = false, features = ["rustls-0
|
|||
async-trait = "0.1.51"
|
||||
barrel = { version = "0.7.0", features = ["pg"] }
|
||||
base64 = "0.21.0"
|
||||
blurhash-update = { git = "https://git.asonix.dog/asonix/blurhash-update", version = "0.1.0" }
|
||||
blurhash-update = "0.1.0"
|
||||
clap = { version = "4.0.2", features = ["derive"] }
|
||||
color-eyre = "0.6"
|
||||
config = { version = "0.14.0", default-features = false, features = ["json", "ron", "toml", "yaml"] }
|
||||
|
|
Loading…
Reference in a new issue