From a1125fdc0a036a86d26417df25f5688d8e998a4b Mon Sep 17 00:00:00 2001 From: Josh Holmer Date: Wed, 27 Nov 2019 18:53:03 -0500 Subject: [PATCH] Version 0.1.0 --- CHANGELOG.md | 2 ++ Cargo.toml | 3 +++ 2 files changed, 5 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..78349eb --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,2 @@ +## Version 0.1.0 +- Initial release diff --git a/Cargo.toml b/Cargo.toml index 1a70dcb..6da2cf8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,6 +3,9 @@ name = "av-scenechange" version = "0.1.0" authors = ["Josh Holmer "] edition = "2018" +description = "Estimates frames in a video where a scenecut would be ideal" +license = "MIT" +repository = "https://github.com/rust-av/av-scenechange" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html