Updated adsb stuff

This commit is contained in:
2025-04-23 19:20:30 -04:00
parent 1ce5e61ae3
commit 3b5514e825
12 changed files with 128 additions and 100 deletions

View File

@@ -0,0 +1,10 @@
[package]
name = "squawk_sim"
version = "0.1.0"
edition = "2024"
[dependencies]
adsb_lib = { path = "../adsb_lib" }
clap = { version = "4.5.37", features = ["derive"] }
log = "0.4.27"
env_logger = "0.11.8"