this kinda works
This commit is contained in:
12
testapp/Cargo.toml
Normal file
12
testapp/Cargo.toml
Normal 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"
|
Reference in New Issue
Block a user