From 4989c49fd17d616b18ef06821cdbc7eb24bbce30 Mon Sep 17 00:00:00 2001 From: Gwen Lg Date: Sun, 11 Aug 2024 19:31:55 +0200 Subject: [PATCH] docs(cargo): add 'pgs' as keyword for crate --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4e6cf59..65c4bbc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Eliza Velasquez", "Gwen Lg "] edition = "2021" description = "Converts DVD VOB subtitles to SRT subtitles with Tesseract OCR" license = "GPL-3.0" -keywords = ["vobsub", "subtitles", "dvd", "ocr"] +keywords = ["vobsub", "subtitles", "dvd", "ocr", "pgs"] categories = ["command-line-utilities", "multimedia", "multimedia::video"] repository = "https://github.com/gwen-lg/subtile-ocr" homepage = "https://github.com/gwen-lg/subtile-ocr"