Skip to main content

max / balanced_breakfast

drop unused toml dependency from desktop crate
Author: Max Johnson <me@maxj.phd> · 2026-08-19 18:14 UTC
Signed with PGP, not checked
Commit: 937aa0bb3173df042d5e6bb9699c73ac2d558122
Parent: 3aea1d7
1 file changed, +0 insertions, -2 deletions
@@ -72,7 +72,6 @@
72 72
73 73 # Theme loading
74 74 makeover.workspace = true
75 - toml.workspace = true
76 75
77 76 # HTTP (download_and_open command)
78 77 ureq = "3.3"
@@ -106,7 +105,6 @@
106 105 chrono.workspace = true
107 106 serde_json.workspace = true
108 107 roxmltree.workspace = true
109 - toml.workspace = true
110 108 wiremock.workspace = true
111 109 # Enables synckit-client's `testing` feature (set_master_key_raw) for tests
112 110 # only. Resolver 2 keeps this out of normal/release builds.