tether-egui 0.9.4

GUI for building and testing Tether-based applications
[package]
name = "tether-egui"
version = "0.9.4"
edition = "2021"
license = "MIT"
description = "GUI for building and testing Tether-based applications"

[[bin]]
name = "tether-egui"

[dependencies]
egui = "0.21.0"
eframe = "0.21.3"
env_logger = "0.10"
log = "0.4.17"
# tether-agent = { path = "../tether/base_agent/rs" }
tether-agent = "0.12.1"
# tether-utils = { path = "../tether/utilities/tether-utils"}
tether-utils = "0.7.2"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0.91"
rmpv = { version = "0.4", features = ["with-serde"] }
rmp-serde = "0.13"
clap = { version = "4.1.1", features = ["derive"] }
rfd = "0.11"