this kinda works
Some checks failed
CI / Rust checks (push) Failing after 1m17s
Security / Audit (push) Failing after 7m24s

This commit is contained in:
2024-10-20 19:44:04 +02:00
parent c50bb6c344
commit 54f84ed7af
7 changed files with 387 additions and 22 deletions

12
testapp/Cargo.toml Normal file
View File

@@ -0,0 +1,12 @@
[package]
name = "testapp"
version = "0.1.0"
edition = "2021"
[dependencies]
anyhow = "1.0.90"
ctrlc = "3.4.5"
# simconnect-rs = { path = "../simconnect-rs" }
simconnect-sdk = { path = "../simconnect-sdk", features = ["derive"] }
tracing = "0.1.40"
tracing-subscriber = "0.3.18"