Update descriptions
This commit is contained in:
parent
2d29a8f748
commit
f6d01068a3
3 changed files with 8 additions and 5 deletions
|
|
@ -15,4 +15,5 @@
|
|||
|
||||
[workspace]
|
||||
members = ["deja_vu", "pe_menu"]
|
||||
description = "Clone/Install Windows, create/edit boot files, and troubleshoot boot issues."
|
||||
resolver = "2"
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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"] }
|
||||
|
|
|
|||
Loading…
Reference in a new issue