2023-10-21 05:12:52 -07:00

12 lines
361 B
TOML

[package]
name = "simplelogin-gui"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
gtk4 = { version = "0.7.3", features = ["blueprint", "v4_12"] }
simplelogin = { version = "0.1.0", path = "../simplelogin" }
tokio = { version = "1.33.0", features = ["full"] }