WIP
This commit is contained in:
18
Cargo.toml
Normal file
18
Cargo.toml
Normal 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"]
|
||||
Reference in New Issue
Block a user