diff options
| author | 2025-01-23 23:30:10 -0600 | |
|---|---|---|
| committer | 2025-01-23 23:30:10 -0600 | |
| commit | 524cff04a2ed0516a52ffd2e3a15118633ee1cd8 (patch) | |
| tree | 53de47c6505b01162d8ebfe46d9ab1a6f0310946 /ozone-ui/Cargo.toml | |
| parent | make auth module (diff) | |
interactive auth testing
Diffstat (limited to 'ozone-ui/Cargo.toml')
| -rw-r--r-- | ozone-ui/Cargo.toml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/ozone-ui/Cargo.toml b/ozone-ui/Cargo.toml index 2f057f3..714496a 100644 --- a/ozone-ui/Cargo.toml +++ b/ozone-ui/Cargo.toml @@ -4,4 +4,7 @@ version = "0.1.0" edition = "2021" [dependencies] -iced = { version = "0.13.1", features = ["tokio"] } +reqwest = "0.12.12" +simple_logger = { version = "5.0.0", features = ["colors"] } +slint = { version = "1.9.2", features = ["raw-window-handle-06"] } +wry = "0.48.1" |
