20 lines
No EOL
711 B
TOML
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" |