Add package metadata
This commit is contained in:
@@ -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 }
|
||||
|
||||
@@ -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 }
|
||||
|
||||
Reference in New Issue
Block a user