From 6ae8829e377662207f2ab05db666c7a927b2b1cb Mon Sep 17 00:00:00 2001 From: Elias Wendland <193786789+eliaswen@users.noreply.github.com> Date: Wed, 1 Jul 2026 17:06:23 +0200 Subject: [PATCH] Release 0.1.0 --- Cargo.toml | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index a826f9b..e23c7d2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,12 +3,14 @@ name = "convertis" version = "0.1.0" edition = "2024" description = "A file converter program." -license = "MIT" -repository = "https://github.com/ewenlau/convertis" +repository = "https://git.ewenlau.net/ewenlau/convertis" +authors = [ + "Elias Wendland " +] [package.metadata.deb] -maintainer = "Ewen Lau " -copyright = "2026, Ewen Lau" +maintainer = "Elias Wendland " +copyright = "2026, Elias Wendland" extended-description = "A file converter program." depends = "$auto" section = "utility" @@ -24,3 +26,5 @@ clap = { version = "4.6.1", features = ["derive"] } image = "0.25.10" petgraph = "0.8.3" thiserror = "2.0.18" + +