Adding base for adsb

This commit is contained in:
2025-04-21 19:15:11 -04:00
parent 06f9a96498
commit 95e4b8abf3
15 changed files with 1185 additions and 9 deletions

8
adsb/adsb_sim/Cargo.toml Normal file
View File

@@ -0,0 +1,8 @@
[package]
name = "adsb_sim"
version = "0.1.0"
edition = "2021"
[dependencies]
adsb_lib = { path = "../adsb_lib" }
clap = { version = "4.5.37", features = ["derive"] }