From d2480e199ac61720ceb7d698c4bc7022f7905175 Mon Sep 17 00:00:00 2001 From: Matteo Paonessa Date: Fri, 11 Oct 2024 15:26:56 +0200 Subject: [PATCH] Cargo publish preparation --- Cargo.toml | 2 ++ COPYING => LICENSE | 0 2 files changed, 2 insertions(+) rename COPYING => LICENSE (100%) diff --git a/Cargo.toml b/Cargo.toml index 59a3196..4e1aba1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,6 +15,8 @@ description = "A lossy/lossless image compression library." readme = "README.md" exclude = [ "tests/*", + ".github/*", + ".idea/*", ] homepage = "https://github.com/Lymphatus/libcaesium" repository = "https://github.com/Lymphatus/libcaesium" diff --git a/COPYING b/LICENSE similarity index 100% rename from COPYING rename to LICENSE