There was an error while loading. Please reload this page.
1 parent dced176 commit 9f6c963Copy full SHA for 9f6c963
1 file changed
desktop/Cargo.toml
@@ -1,20 +1,17 @@
1
[package]
2
-name = "hackeros_connect"
3
-version = "0.2.0"
+name = "hackeros-connect"
+version = "0.1.0"
4
edition = "2021"
5
-
6
-[[bin]]
7
8
-path = "src/main.rs"
+build = "build.rs"
9
10
[dependencies]
11
-slint = "1.13.1"
12
-tokio = { version = "1.40.0", features = ["full"] }
13
-serde = { version = "1.0.210", features = ["derive"] }
14
-serde_json = "1.0.128"
15
-local-ip-address = "0.6.3"
16
-rand = "0.8.5"
17
-whoami = "1.5.2"
+slint = "1.8"
+tokio = { version = "1", features = ["full"] }
+serde = { version = "1.0", features = ["derive"] }
+serde_json = "1.0"
+rand = "0.8"
+local-ip-address = "0.6"
+whoami = "1.5"
18
19
[build-dependencies]
20
-slint-build = "1.13.1"
+slint-build = "1.8"
0 commit comments