forked from akanyan/STARTLINER
refactor: move logic away from tauri commands
This commit is contained in:
11
rust/src/model/local.rs
Normal file
11
rust/src/model/local.rs
Normal file
@ -0,0 +1,11 @@
|
||||
use serde::Deserialize;
|
||||
|
||||
// manifest.json
|
||||
|
||||
#[derive(Deserialize)]
|
||||
#[allow(dead_code)]
|
||||
pub struct PackageManifest {
|
||||
pub name: String,
|
||||
pub version_number: String,
|
||||
pub description: String,
|
||||
}
|
Reference in New Issue
Block a user