aboutsummaryrefslogtreecommitdiff
path: root/src-tauri/Cargo.toml
diff options
context:
space:
mode:
authorGeckoEidechse <40122905+GeckoEidechse@users.noreply.github.com>2023-10-13 03:22:17 +0200
committerGitHub <noreply@github.com>2023-10-13 03:22:17 +0200
commit3137cc15d1284f86497a0374fc2f165135129ab3 (patch)
treea7ba965bd8504ddeace6bf52c9076969a9619664 /src-tauri/Cargo.toml
parent6003069ebbbfeacae7b9d5adfb88c6ef41821de8 (diff)
downloadFlightCore-3137cc15d1284f86497a0374fc2f165135129ab3.tar.gz
FlightCore-3137cc15d1284f86497a0374fc2f165135129ab3.zip
chore: Properly populate package manifest info (#620)
Diffstat (limited to 'src-tauri/Cargo.toml')
-rw-r--r--src-tauri/Cargo.toml12
1 files changed, 6 insertions, 6 deletions
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"