Release 0.1.0
Release / build_executable (convertis, x86_64-unknown-linux-gnu) (push) Failing after 4m6s
Release / build_executable (convertis, x86_64-unknown-linux-musl) (push) Failing after 5m31s
Release / build_executable (convertis.exe, x86_64-pc-windows-gnu) (push) Failing after 5m14s
CI / Build Windows (push) Has been cancelled
Release / build_package (x86_64-unknown-linux-gnu, deb-gnu) (push) Has been skipped
Release / build_package (x86_64-pc-windows-gnu, exe) (push) Has been skipped
Release / build_package (x86_64-unknown-linux-musl, deb-musl) (push) Has been skipped
Release / build_package (x86_64-unknown-linux-gnu, rpm-gnu) (push) Has been skipped
Release / build_package (x86_64-unknown-linux-musl, rpm-musl) (push) Has been skipped
Release / publish-release (push) Has been skipped
Release / check-release (push) Successful in 17s
CI / Test (push) Successful in 2m17s
CI / Build Linux (push) Successful in 2m37s

This commit is contained in:
Elias Wendland
2026-07-01 17:06:23 +02:00
parent 5f2863cbbd
commit 6ae8829e37
+8 -4
View File
@@ -3,12 +3,14 @@ name = "convertis"
version = "0.1.0" version = "0.1.0"
edition = "2024" edition = "2024"
description = "A file converter program." description = "A file converter program."
license = "MIT" repository = "https://git.ewenlau.net/ewenlau/convertis"
repository = "https://github.com/ewenlau/convertis" authors = [
"Elias Wendland <eliaswendland@pm.me>"
]
[package.metadata.deb] [package.metadata.deb]
maintainer = "Ewen Lau <ewen@example.com>" maintainer = "Elias Wendland <eliaswendland@pm.me>"
copyright = "2026, Ewen Lau" copyright = "2026, Elias Wendland"
extended-description = "A file converter program." extended-description = "A file converter program."
depends = "$auto" depends = "$auto"
section = "utility" section = "utility"
@@ -24,3 +26,5 @@ clap = { version = "4.6.1", features = ["derive"] }
image = "0.25.10" image = "0.25.10"
petgraph = "0.8.3" petgraph = "0.8.3"
thiserror = "2.0.18" thiserror = "2.0.18"