-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCargo.toml
29 lines (27 loc) · 833 Bytes
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
[package]
authors = ["MGlolenstine <[email protected]>"]
edition = "2018"
name = "open2internet"
version = "0.1.0"
[dependencies]
futures = "0.3.12"
futures-util = "0.3.12"
get_if_addrs = "^0.5"
igd = "0.12"
netstat = "0.7.0"
port_scanner = "^0.1"
public-ip = "0.1.1"
rayon = "1.5.0"
serde = {version = "^1.0", features = ["derive"]}
serde_json = "^1.0"
tokio = {version = "1.2.0", features = ["full"]}
tokio-stream = "0.1.3"
# web-view = "0.7.2"
# minecraft_client = { git = "https://gitlab.mglolenstine.xyz/MGlolenstine/minecraft_client" }
glib = { git = "https://github.com/gtk-rs/gtk-rs-core" }
gio = { git = "https://github.com/gtk-rs/gtk-rs-core" }
relm4 = {git = "https://github.com/mglolenstine/relm4.git", branch = "main"}
[dependencies.gtk]
package = "gtk4"
version = "0.1"
git = " https://github.com/gtk-rs/gtk4-rs"