Evan Almloff 1 год назад
Родитель
Сommit
0ec085fbbd
1 измененных файлов с 3 добавлено и 1 удалено
  1. 3 1
      packages/cli/Cargo.toml

+ 3 - 1
packages/cli/Cargo.toml

@@ -33,7 +33,7 @@ tokio = { version = "1.16.1", features = ["full"] }
 atty = "0.2.14"
 regex = "1.5.4"
 chrono = "0.4.19"
-anyhow = "1.0.53"
+anyhow = "1"
 hyper = "0.14.17"
 hyper-rustls = "0.23.2"
 indicatif = "0.17.0-rc.11"
@@ -81,6 +81,8 @@ toml_edit = "0.19.11"
 tauri-bundler = { version = "1.2", features = ["native-tls-vendored"] }
 tauri-utils = "1.3"
 
+collect-assets = { git = "https://github.com/DioxusLabs/collect-assets" }
+
 dioxus-autofmt = { workspace = true }
 dioxus-check = { workspace = true }
 rsx-rosetta = { workspace = true }