kinda stuck at this point so making a commit
This commit is contained in:
@@ -4,8 +4,8 @@ version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
avam-protocol = { path = "../avam-protocol" }
|
||||
anyhow = { version = "1.0" }
|
||||
avam-protocol = { path = "../avam-protocol" }
|
||||
base64 = { version = "0.22.1", default-features = false }
|
||||
clap = { version = "4.5.20", features = ["derive"] }
|
||||
config = "0.14.0"
|
||||
@@ -28,6 +28,9 @@ reqwest = { version = "0.12.8", default-features = false, features = [
|
||||
serde = { version = "1", features = ["derive"] }
|
||||
serde_qs = "0.13.0"
|
||||
sha256 = "1.5.0"
|
||||
simconnect-sdk = { path = "D:/source/MSFS/simconnect-sdk-rs/simconnect-sdk", features = [
|
||||
"derive",
|
||||
] }
|
||||
tauri-winrt-notification = "0.6.0"
|
||||
thiserror = { version = "1.0" }
|
||||
time = "0.3.36"
|
||||
@@ -37,7 +40,7 @@ tokio-tungstenite = { version = "0.24.0", features = [
|
||||
] }
|
||||
toml = "0.8"
|
||||
tracing = "0.1.40"
|
||||
tracing-subscriber = { version = "0.3.18", features = ["time"] }
|
||||
tracing-subscriber = { version = "0.3.18", features = ["time", "fmt", "std"] }
|
||||
tray-icon = "0.19"
|
||||
uuid = { version = "1.10.0", features = ["fast-rng", "serde", "v4"] }
|
||||
winit = "0.30"
|
||||
|
Reference in New Issue
Block a user