diff --git a/FCLauncher/src-tauri/Cargo.toml b/FCLauncher/src-tauri/Cargo.toml index 141b0da..da8a935 100644 --- a/FCLauncher/src-tauri/Cargo.toml +++ b/FCLauncher/src-tauri/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "fclauncher" -version = "0.0.0" -description = "A Tauri App" -authors = ["you"] +version = "0.0.1" +description = "Launcher for Familycraft" +authors = ["Samuel Walker", "Benjamin Walker"] edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html @@ -25,3 +25,7 @@ self_update = "0.40.0" [features] # This feature is used for production builds or when a dev server is not specified, DO NOT REMOVE!! custom-protocol = ["tauri/custom-protocol"] + +[[bin]] +name = "FCLauncher" +path = "src/main.rs"