From a183d342af39eeba0b60b8e997dff8736c39d500 Mon Sep 17 00:00:00 2001 From: Russell Greene Date: Fri, 10 Mar 2023 19:58:30 -0600 Subject: [PATCH] srt-c: add description and license --- srt-c/Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/srt-c/Cargo.toml b/srt-c/Cargo.toml index f1fedd62..86029f57 100644 --- a/srt-c/Cargo.toml +++ b/srt-c/Cargo.toml @@ -3,6 +3,8 @@ name = "srt-c" version = "0.4.0" edition = "2021" publish = true +description = "API compatabile libsrt reimplementation using srt-tokio" +license = "Apache-2.0" [lib] crate-type = ["cdylib", "staticlib"]