Initial Commit

This commit is contained in:
2025-03-30 10:58:46 -07:00
commit e59b3f3a5f
16 changed files with 547 additions and 0 deletions

14
flight/Cargo.toml Normal file
View File

@@ -0,0 +1,14 @@
[package]
name = "nautilus_flight"
version = "0.1.0"
edition = "2024"
[dependencies]
anyhow = "1.0.97"
fern = "0.7.1"
log = "0.4.27"
rppal = { version = "0.22.1", optional = true }
chrono = "0.4.40"
[features]
raspi = ["dep:rppal"]