Authenticator/Cargo.toml

43 lines
921 B
TOML
Raw Normal View History

2019-09-03 00:07:06 +00:00
[package]
edition = "2018"
2019-09-03 00:07:06 +00:00
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"
2019-09-03 00:07:06 +00:00
log = "0.4"
2020-10-28 07:07:31 +01:00
pretty_env_logger = "0.4"
quick-xml = "0.20"
surf = "2.1"
2019-09-03 00:07:06 +00:00
url = "2.1"
zbar-rust = "0.0"
2020-10-28 01:52:54 +01:00
[dependencies.gtk]
2020-11-08 05:48:55 +01:00
git = "https://github.com/gtk-rs/gtk4-rs"
2020-10-28 01:52:54 +01:00
package = "gtk4"
[dependencies.glib]
2020-11-08 05:48:55 +01:00
git = "https://github.com/gtk-rs/gtk-rs"
2020-10-28 01:52:54 +01:00
[dependencies.gio]
2020-11-08 05:48:55 +01:00
git = "https://github.com/gtk-rs/gtk-rs"
2020-10-28 01:52:54 +01:00
[dependencies.gdk]
2020-11-08 05:48:55 +01:00
git = "https://github.com/gtk-rs/gtk4-rs"
2020-10-28 01:52:54 +01:00
package = "gdk4"
[dependencies.libhandy]
git = "https://gitlab.gnome.org/bilelmoussaoui/libhandy4-rs"
package = "libhandy4"
[dependencies.gdk-pixbuf]
2020-11-08 05:48:55 +01:00
git = "https://github.com/gtk-rs/gtk-rs"