feature(gui): first basic attempt for a gui frontend in flutter

This commit is contained in:
Patryk Hegenberg 2024-05-15 19:46:48 +02:00
parent 9db004472a
commit 113e1cfe53
147 changed files with 6011 additions and 34 deletions

View file

@ -5,6 +5,9 @@ edition = "2021"
build = "src/build.rs"
authors = ["Manuel Keidel", "Patryk Hegenberg", "Krzysztof Stankiewicz"]
# [lib]
# crate-type = ["lib", "cdylib", "staticlib"]
[dependencies]
futures-util = "0.3"
tungstenite = "0.21.0"
@ -40,6 +43,9 @@ headers = "0.4"
tower = { version = "0.4", features = ["util"] }
reqwest = { version = "0.12.4", features = ["blocking", "json"] }
hex = "0.4.3"
openssl-sys = { version = "0.9.102", features = ["vendored"] }
# rinf = "6.8.0"
anyhow = "1.0.83"
[build-dependencies]
prost-build = "0.12.4"