Update Cargo.toml and README.md
This commit is contained in:
parent
6801ae2816
commit
4ef4096930
3 changed files with 2897 additions and 6 deletions
2886
Cargo.lock
generated
Normal file
2886
Cargo.lock
generated
Normal file
File diff suppressed because it is too large
Load diff
|
|
@ -1,10 +1,9 @@
|
||||||
[package]
|
[package]
|
||||||
name = "deja-vu"
|
name = "deja-vu"
|
||||||
version = "0.1.0"
|
version = "0.2.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
description = "."
|
description = "Clone/Install Windows, create/edit boot files, and troubleshoot boot issues."
|
||||||
authors = ["2Shirt <2xShirt@gmail.com>"]
|
authors = ["2Shirt <2xShirt@gmail.com>"]
|
||||||
build = "build.rs"
|
|
||||||
|
|
||||||
|
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
|
||||||
12
README.md
12
README.md
|
|
@ -1,5 +1,11 @@
|
||||||
# deja-vu
|
# Deja-vu #
|
||||||
|
|
||||||
[](https://github.com//deja-vu/actions)
|
Clone/Install Windows, create/edit boot files, and troubleshoot boot issues. This tool can and will delete data on selected destination devices; care should be taken to avoid unintended data loss.
|
||||||
|
|
||||||
.
|
## deva-vu.toml ##
|
||||||
|
|
||||||
|
Please update this configuration file with the full path to the cloning tool of your choice.
|
||||||
|
|
||||||
|
### NOTES ###
|
||||||
|
|
||||||
|
This tool is under active development and is not considered ready for production use!
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue