Skip to content

Commit 9f6c963

Browse files
authored
Update Cargo.toml
1 parent dced176 commit 9f6c963

File tree

1 file changed

+11
-14
lines changed

1 file changed

+11
-14
lines changed

desktop/Cargo.toml

Lines changed: 11 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,17 @@
11
[package]
2-
name = "hackeros_connect"
3-
version = "0.2.0"
2+
name = "hackeros-connect"
3+
version = "0.1.0"
44
edition = "2021"
5-
6-
[[bin]]
7-
name = "hackeros_connect"
8-
path = "src/main.rs"
5+
build = "build.rs"
96

107
[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"
8+
slint = "1.8"
9+
tokio = { version = "1", features = ["full"] }
10+
serde = { version = "1.0", features = ["derive"] }
11+
serde_json = "1.0"
12+
rand = "0.8"
13+
local-ip-address = "0.6"
14+
whoami = "1.5"
1815

1916
[build-dependencies]
20-
slint-build = "1.13.1"
17+
slint-build = "1.8"

0 commit comments

Comments
 (0)