From 735d90fc01d65ad0def0f279763d936aa827b951 Mon Sep 17 00:00:00 2001 From: jzitnik-dev Date: Sat, 22 Nov 2025 09:27:32 +0100 Subject: [PATCH] chore: Rename --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index eb9a0a9..6af63d3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -753,7 +753,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe" [[package]] -name = "papulastic-image-system" +name = "papulastic-image-format" version = "0.1.0" dependencies = [ "byteorder", diff --git a/Cargo.toml b/Cargo.toml index bdb4d8f..a61eff9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,5 @@ [package] -name = "papulastic-image-system" +name = "papulastic-image-format" version = "0.1.0" edition = "2021"