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

21 lines
743 B
TOML
Raw Normal View History

2024-12-08 13:15:54 -05:00
[package]
name = "Sukai"
version = "0.1.0"
edition = "2021"
2024-12-27 10:32:54 -05:00
[lib]
crate-type = ["staticlib"]
2024-12-08 13:15:54 -05:00
[build-dependencies]
2024-12-30 16:15:18 -05:00
cxx-qt-build = { git = "https://github.com/redstrate/cxx-qt", branch = "work/josh/cmake-qt-modules" }
2024-12-08 13:15:54 -05:00
[dependencies]
cxx = "1.0.121"
2024-12-30 16:15:18 -05:00
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" }
2024-12-08 13:15:54 -05:00
serde_json = "1.0"
serde = { version = "1.0", features = ["derive"] }
tokio = "1.41.1"
2024-12-30 13:33:26 -05:00
reqwest = "0.12.9"