mirror of
https://gitlab.gnome.org/World/Authenticator.git
synced 2025-03-04 08:44:40 +01:00

mostly to make the screenshot dialog modal note this doesn't work on wayland yet, but that's an ashpd limitation
47 lines
1.1 KiB
TOML
47 lines
1.1 KiB
TOML
[package]
|
|
edition = "2018"
|
|
name = "authenticator"
|
|
version = "0.1.0"
|
|
|
|
[dependencies]
|
|
anyhow = "1.0"
|
|
ashpd = { git = "https://github.com/bilelmoussaoui/ashpd", features=["feature_gtk4"] }
|
|
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"
|
|
surf = "2.1"
|
|
url = "2.1"
|
|
zbar-rust = "0.0"
|
|
secret-service = "1.1"
|
|
once_cell = "1.5"
|
|
unicase = "2.6"
|
|
|
|
[dependencies.gtk]
|
|
git = "https://github.com/gtk-rs/gtk4-rs"
|
|
package = "gtk4"
|
|
|
|
[dependencies.glib]
|
|
git = "https://github.com/gtk-rs/gtk-rs"
|
|
features = ["v2_66"]
|
|
|
|
[dependencies.gio]
|
|
git = "https://github.com/gtk-rs/gtk-rs"
|
|
features = ["v2_66"]
|
|
|
|
[dependencies.gdk]
|
|
git = "https://github.com/gtk-rs/gtk4-rs"
|
|
package = "gdk4"
|
|
|
|
[dependencies.libhandy]
|
|
git = "https://gitlab.gnome.org/bilelmoussaoui/libhandy4-rs"
|
|
package = "libhandy4"
|
|
|
|
[dependencies.gdk-pixbuf]
|
|
git = "https://github.com/gtk-rs/gtk-rs"
|