chore: Rename

This commit is contained in:
2025-11-22 09:27:32 +01:00
parent 802c44d79b
commit 735d90fc01
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -753,7 +753,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe" checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe"
[[package]] [[package]]
name = "papulastic-image-system" name = "papulastic-image-format"
version = "0.1.0" version = "0.1.0"
dependencies = [ dependencies = [
"byteorder", "byteorder",

View File

@ -1,5 +1,5 @@
[package] [package]
name = "papulastic-image-system" name = "papulastic-image-format"
version = "0.1.0" version = "0.1.0"
edition = "2021" edition = "2021"