From 1a9f3a8358ee95a205123f0b7391da730b725ae9 Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Mon, 16 Dec 2024 16:05:52 -0500 Subject: [PATCH] Remove unused binrw crate --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) 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"