change name of the pkg

This commit is contained in:
hikari 2024-07-31 12:29:37 +03:30
parent e290dc3b6f
commit 1bd28f3c62
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -547,7 +547,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c08d65885ee38876c4f86fa503fb49d7b507c2b62552df7c70b2fce627e06381"
[[package]]
name = "parchbackup"
name = "parch-backup"
version = "0.1.0"
dependencies = [
"aes-gcm",

View file

@ -1,5 +1,5 @@
[package]
name = "parchbackup"
name = "parch-backup"
version = "0.1.0"
edition = "2021"