Archived
1
Fork 0
This repository has been archived on 2025-04-27. You can view files and clone it, but cannot push or open issues or pull requests.
sukai/Cargo.toml
2024-12-30 16:15:18 -05:00

20 lines
743 B
TOML

[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"