mirror of
https://gitlab.gnome.org/World/Authenticator.git
synced 2025-03-04 16:54:45 +01:00
20 lines
444 B
TOML
20 lines
444 B
TOML
![]() |
[package]
|
||
|
name = "favicon-scrapper"
|
||
|
version = "0.1.0"
|
||
|
edition = "2021"
|
||
|
autotests = false
|
||
|
|
||
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||
|
|
||
|
[dependencies]
|
||
|
reqwest = "0.11"
|
||
|
percent-encoding = "2.1"
|
||
|
quick-xml = "0.22"
|
||
|
image = {version = "0.24", features = ["ico", "png"], default-features = false}
|
||
|
url = "2.2"
|
||
|
once_cell = "1.9"
|
||
|
log = "0.4"
|
||
|
base64 = "0.13.0"
|
||
|
svg_metadata = "0.4"
|
||
|
async-std = "1.11"
|