diff --git a/Cargo.toml b/Cargo.toml index 2c609a7..f3962eb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,6 @@ 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" } -binrw = "0.14" serde_json = "1.0" serde = { version = "1.0", features = ["derive"] } tokio = "1.41.1"