fix: cleanup dependencies

This commit is contained in:
DecDuck
2025-09-14 09:27:49 +10:00
parent c1beef380e
commit ab219670dc
9 changed files with 67 additions and 856 deletions

View File

@ -8,10 +8,9 @@ chrono = "0.4.42"
drop-database = { path = "../drop-database" }
drop-errors = { path = "../drop-errors" }
drop-native-library = { path = "../drop-native-library" }
dynfmt = "0.1.5"
dynfmt = { version = "0.1.5", features = ["curly"] }
log = "0.4.28"
page_size = "0.6.0"
serde = "1.0.220"
shared_child = "1.1.1"
sysinfo = "0.37.0"
tauri = "2.8.5"