summaryrefslogtreecommitdiffstats
path: root/ozone-ui/Cargo.toml
blob: 19d4623b2655a91d8a6ec5160e579969fd4dfd79 (plain) (blame)
1
2
3
4
5
6
7
8
9
[package]
name = "ozone-ui"
version = "0.1.0"
edition = "2021"

[dependencies]
reqwest = "0.12.12"
simple_logger = { version = "5.0.0", features = ["colors"] }
slint = { version = "1.9.2", features = ["raw-window-handle-06"] }