13 lines
382 B
TOML
13 lines
382 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"] }
|
|
once_cell = "1.18.0"
|
|
simplelogin = { version = "0.1.0", path = "../simplelogin" }
|
|
tokio = { version = "1.33.0", features = ["full"] }
|