Skip to content

Commit 0bfc43e

Browse files
authored
Create Cargo.toml
1 parent 223b8f8 commit 0bfc43e

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

Cargo.toml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
[package]
2+
name = "hackeros_connect"
3+
version = "0.2.0"
4+
edition = "2021"
5+
6+
[[bin]]
7+
name = "hackeros_connect"
8+
path = "src/main.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"
18+
19+
[build-dependencies]
20+
slint-build = "1.13.1"

0 commit comments

Comments
 (0)