Files
unofficial-simplelogin-client/simplelogin-gui/Cargo.toml
T

12 lines
352 B
TOML
Raw Normal View History

2023-10-19 01:19:00 -07:00
[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]
2023-10-21 00:53:15 -07:00
gtk4 = { version = "0.7.3", features = ["blueprint"] }
simplelogin = { version = "0.1.0", path = "../simplelogin" }
tokio = { version = "1.33.0", features = ["full"] }