Add package metadata

This commit is contained in:
2025-12-31 23:03:13 -05:00
parent 9411fd7361
commit 62ee97236c
2 changed files with 13 additions and 0 deletions

View File

@@ -2,6 +2,12 @@
name = "vid-repair-core"
version = "0.1.0"
edition = "2021"
description = "Core library for Vid-Repair: scan, rule evaluation, and fix planning."
license = "MIT"
repository = "https://git.44r0n.cc/44r0n7/vid-repair.git"
homepage = "https://git.44r0n.cc/44r0n7/vid-repair"
keywords = ["video", "ffmpeg", "repair", "media"]
categories = ["multimedia"]
[dependencies]
anyhow = { workspace = true }

View File

@@ -2,6 +2,13 @@
name = "vid-repair"
version = "0.1.0"
edition = "2021"
description = "Scan and repair video files using ffmpeg/ffprobe with safe, explainable fixes."
license = "MIT"
readme = "../README.md"
repository = "https://git.44r0n.cc/44r0n7/vid-repair.git"
homepage = "https://git.44r0n.cc/44r0n7/vid-repair"
keywords = ["video", "ffmpeg", "repair", "media", "cli"]
categories = ["command-line-utilities", "multimedia"]
[dependencies]
anyhow = { workspace = true }