Skip to content

Commit 3a659f3

Browse files
committed
Av1an 0.4.0
1 parent bcb52cc commit 3a659f3

File tree

5 files changed

+4
-3
lines changed

5 files changed

+4
-3
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[workspace]
2-
members = ["av1an-core", "av1an-cli"]
2+
members = ["av1an-core", "av1an"]
33

44
[profile.dev.package.av-scenechange]
55
opt-level = 3

av1an-cli/Cargo.toml av1an/Cargo.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[package]
2-
name = "av1an-cli"
2+
name = "av1an"
33
version = "0.4.0"
44
authors = ["Zen <[email protected]>"]
55
description = """
@@ -11,6 +11,7 @@ categories = ["command-line-utilities"]
1111
license = "GPL-3.0"
1212
rust-version = "1.63"
1313
edition = "2021"
14+
readme = "../README.md"
1415

1516
[[bin]]
1617
name = "av1an"

av1an-cli/build.rs av1an/build.rs

File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)