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"]