Authenticator/Cargo.toml
Bilal Elmoussaoui 06457fe63a re-implement a basic favicon scrapper
will get back at it once the rest is working
2020-10-29 01:09:40 +01:00

45 lines
968 B
TOML

[package]
edition = "2018"
name = "authenticator"
version = "0.1.0"
[dependencies]
anyhow = "1.0"
ashpd = "0.1"
diesel = {version = "1.4", features = ["sqlite", "r2d2"]}
diesel_migrations = {version = "1.4", features = ["sqlite"]}
futures = "0.3"
gettext-rs = {version = "0.5", features = ["gettext-system"]}
gtk-macros = "0.2"
image = "0.23"
lazy_static = "1.4"
log = "0.4"
pretty_env_logger = "0.4"
quick-xml = "0.20"
serde = "1.0"
serde_derive = "1.0"
serde_json = "1.0"
surf = "2.1"
url = "2.1"
zbar-rust = "0.0"
[dependencies.gtk]
git = "https://github.com/gtk-rs/gtk4"
package = "gtk4"
[dependencies.glib]
git = "https://github.com/gtk-rs/glib"
[dependencies.gio]
git = "https://github.com/gtk-rs/gio"
[dependencies.gdk]
git = "https://github.com/gtk-rs/gdk4"
package = "gdk4"
[dependencies.libhandy]
git = "https://gitlab.gnome.org/bilelmoussaoui/libhandy4-rs"
package = "libhandy4"
[dependencies.gdk-pixbuf]
git = "https://github.com/gtk-rs/gdk-pixbuf"