add descriptions to av1an-cli, av1an-core

This commit is contained in:
Zen 2021-08-30 15:53:29 +03:00
parent 14574f17d1
commit d48d3c92b4
2 changed files with 17 additions and 1 deletions

View file

@ -1,6 +1,14 @@
[package]
name = "av1an-cli"
version = "0.1.0"
authors = ["Zen <master_of_zen@protonmail.com>"]
description = """
Cross-platform command-line AV1 / VP9 / HEVC / H264 encoding framework with per scene quality encoding [Command line library]
"""
repository = "https://github.com/master-of-zen/Av1an"
keywords = ["video"]
categories = ["command-line-utilities"]
license = "GNU General Public License v3.0"
edition = "2018"
[dependencies]

View file

@ -1,7 +1,15 @@
[package]
name = "av1an-core"
version = "0.1.2"
version = "0.1.0"
edition = "2018"
authors = ["Zen <master_of_zen@protonmail.com>"]
description = """
Cross-platform command-line AV1 / VP9 / HEVC / H264 encoding framework with per scene quality encoding [Core library]
"""
repository = "https://github.com/master-of-zen/Av1an"
keywords = ["video"]
categories = ["command-line-utilities"]
license = "GNU General Public License v3.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html