adding deps to make standalone video app

This commit is contained in:
devdesk 2024-02-16 00:42:24 +02:00
parent 4f638cdd64
commit fe440960f4
2 changed files with 3021 additions and 22 deletions

3040
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -11,6 +11,9 @@ crate-type = ["rlib", "cdylib"]
[dependencies]
anyhow = "1.0.77"
crossbeam = "0.8.4"
crossbeam-channel = "0.5.11"
eframe = "0.26.2"
egui = "0.26.2"
indicatif = "0.17.7"
pcap = { version = "1.2.0", features = ["capture-stream"] }