Update Cargo.toml and README.md

This commit is contained in:
2Shirt 2024-10-21 20:08:07 -07:00
parent 6801ae2816
commit 4ef4096930
Signed by: 2Shirt
GPG key ID: 152FAC923B0E132C
3 changed files with 2897 additions and 6 deletions

2886
Cargo.lock generated Normal file

File diff suppressed because it is too large Load diff

View file

@ -1,10 +1,9 @@
[package]
name = "deja-vu"
version = "0.1.0"
version = "0.2.0"
edition = "2021"
description = "."
description = "Clone/Install Windows, create/edit boot files, and troubleshoot boot issues."
authors = ["2Shirt <2xShirt@gmail.com>"]
build = "build.rs"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

View file

@ -1,5 +1,11 @@
# deja-vu
# Deja-vu #
[![CI](https://github.com//deja-vu/workflows/CI/badge.svg)](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!