[package] name = "Sukai" version = "0.1.0" edition = "2021" [lib] crate-type = ["staticlib"] [build-dependencies] cxx-qt-build = { git = "https://github.com/redstrate/cxx-qt", branch = "work/josh/cmake-qt-modules" } [dependencies] cxx = "1.0.121" cxx-qt = { git = "https://github.com/redstrate/cxx-qt", branch = "work/josh/cmake-qt-modules" } cxx-qt-lib = { git = "https://github.com/redstrate/cxx-qt", branch = "work/josh/cmake-qt-modules", features = ["qt_qml", "serde", "qt_gui", "qt_quickcontrols"] } cxx-kde-frameworks = { git = "https://invent.kde.org/libraries/cxx-kde-frameworks", branch = "work/redstrate/cmake-qt-modules" } serde_json = "1.0" serde = { version = "1.0", features = ["derive"] } tokio = "1.41.1" reqwest = "0.12.9"