diff --git a/Cargo.toml b/Cargo.toml index 3861750..03c2f03 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,4 +15,5 @@ [workspace] members = ["deja_vu", "pe_menu"] +description = "Clone/Install Windows, create/edit boot files, and troubleshoot boot issues." resolver = "2" diff --git a/deja_vu/Cargo.toml b/deja_vu/Cargo.toml index 7e4c451..2a1c29a 100644 --- a/deja_vu/Cargo.toml +++ b/deja_vu/Cargo.toml @@ -15,10 +15,11 @@ [package] name = "deja-vu" -version = "0.2.0" -edition = "2021" -description = "Clone/Install Windows, create/edit boot files, and troubleshoot boot issues." authors = ["2Shirt <2xShirt@gmail.com>"] +description = "Clone Windows." +edition = "2021" +license = "GPL" +version = "0.2.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/pe_menu/Cargo.toml b/pe_menu/Cargo.toml index fbe0de1..4f78c30 100644 --- a/pe_menu/Cargo.toml +++ b/pe_menu/Cargo.toml @@ -15,10 +15,11 @@ [package] name = "pe-menu" -version = "0.1.0" authors = ["2Shirt <2xShirt@gmail.com>"] -license = "GPL" +description = "Menu for WinPE." edition = "2021" +license = "GPL" +version = "0.1.0" [dependencies] crossterm = { version = "0.27.0", features = ["event-stream"] }