2024-07-27 15:27:10 +00:00
|
|
|
[package]
|
2024-07-28 10:39:55 +01:00
|
|
|
name = "AvBag"
|
2024-07-27 15:27:10 +00:00
|
|
|
version = "0.1.0"
|
|
|
|
edition = "2021"
|
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
egui = "0.28.1"
|
|
|
|
eframe = "0.28.1"
|
|
|
|
tracing-subscriber = "0.3.16"
|
2024-07-30 19:48:50 +01:00
|
|
|
strum = { version = "0.26.3", features = ["derive"] }
|
2024-08-13 17:07:11 +01:00
|
|
|
tokio = { version = "1.39.2", features = ["full"] }
|
|
|
|
tokio-macros = { version = "2.4.0" }
|
2025-02-21 14:13:26 +00:00
|
|
|
async-trait = "0.1.86"
|
|
|
|
futures = "0.3.31"
|