This commit is contained in:
2021-05-17 17:26:59 +02:00
parent 5f0f28d8f7
commit b601db9cdb
10 changed files with 2433 additions and 0 deletions

18
Cargo.toml Normal file
View File

@@ -0,0 +1,18 @@
[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"]