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 07:59:09 -05:00

20 lines
No EOL
711 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/add-qdatetime-from-string"}
[dependencies]
cxx = "1.0.121"
cxx-qt = { git = "https://github.com/redstrate/cxx-qt", branch = "work/josh/add-qdatetime-from-string" }
cxx-qt-lib = { git = "https://github.com/redstrate/cxx-qt", branch = "work/josh/add-qdatetime-from-string", features = ["qt_qml", "serde", "qt_gui", "qt_quickcontrols"] }
cxx-kde-frameworks = { path = "/home/josh/sources/cxx-kde-frameworks" }
serde_json = "1.0"
serde = { version = "1.0", features = ["derive"] }
tokio = "1.41.1"
reqwest = "0.12.9"