Files
bitwarden-mob/Cargo.toml
2021-05-17 17:26:59 +02:00

19 lines
387 B
TOML

[package]
name = "bitwarden-mob"
version = "0.1.0"
authors = ["mobian"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
libhandy = { git = "https://gitlab.gnome.org/World/Rust/libhandy-rs" }
[dependencies.gtk]
version = "0.9.0"
features = ["v3_16"]
[dependencies.gio]
version = ""
features = ["v2_44"]