From 3137cc15d1284f86497a0374fc2f165135129ab3 Mon Sep 17 00:00:00 2001 From: GeckoEidechse <40122905+GeckoEidechse@users.noreply.github.com> Date: Fri, 13 Oct 2023 03:22:17 +0200 Subject: chore: Properly populate package manifest info (#620) --- src-tauri/Cargo.toml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src-tauri/Cargo.toml') diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 61861309..43db0d75 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,11 +1,11 @@ [package] -name = "app" +name = "flightcore" version = "2.12.1" -description = "A Tauri App" -authors = ["you"] -license = "" -repository = "" -default-run = "app" +description = "Mod-manager for Northstar" +authors = ["https://github.com/R2NorthstarTools/FlightCore/graphs/contributors"] +license = "MIT" +repository = "https://github.com/R2NorthstarTools/FlightCore" +default-run = "flightcore" edition = "2021" rust-version = "1.66" -- cgit v1.2.3