This commit is contained in:
xin
2026-06-17 17:23:09 +08:00
parent d732580c3e
commit b49a223b78
5 changed files with 41 additions and 24 deletions

34
src-tauri/Cargo.lock generated
View File

@ -1403,23 +1403,6 @@ dependencies = [
"syn 2.0.118",
]
[[package]]
name = "happa-mission-plan"
version = "0.1.0"
dependencies = [
"byteorder",
"chrono",
"serde",
"serde_json",
"tauri",
"tauri-build",
"tauri-plugin-dialog",
"tauri-plugin-fs",
"tauri-plugin-opener",
"thiserror 1.0.69",
"uuid",
]
[[package]]
name = "hashbrown"
version = "0.12.3"
@ -3195,6 +3178,23 @@ dependencies = [
"system-deps",
]
[[package]]
name = "spectral-insight-mission-plan"
version = "0.0.1"
dependencies = [
"byteorder",
"chrono",
"serde",
"serde_json",
"tauri",
"tauri-build",
"tauri-plugin-dialog",
"tauri-plugin-fs",
"tauri-plugin-opener",
"thiserror 1.0.69",
"uuid",
]
[[package]]
name = "stable_deref_trait"
version = "1.2.1"