From f3936e2e78ed703fee543f23c528a6ffdd2917a5 Mon Sep 17 00:00:00 2001 From: Rafael Caricio Date: Sun, 24 Apr 2022 00:10:14 +0200 Subject: [PATCH] Add crate description --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 90bb6e9..e027653 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,7 @@ [package] name = "scte35" authors = ["Rafael Caricio "] +description = "SCTE-35 2022 parser and library" version = "0.1.0" edition = "2021" license = "MIT"