Skip to content

Commit

Permalink
move config settings to the av1an-config + separation of cli and conf…
Browse files Browse the repository at this point in the history
…ig options
  • Loading branch information
master-of-zen committed Dec 29, 2024
1 parent 12e4a23 commit bb02708
Show file tree
Hide file tree
Showing 9 changed files with 475 additions and 25 deletions.
168 changes: 145 additions & 23 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 11 additions & 2 deletions av1an-config/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
[package]
name = "av1an-config"
version = "0.1.0"
edition = "2024"
version.workspace = true
edition.workspace = true
authors.workspace = true
description = "Configuration management for the AV1an encoder"
license = "GPL-3.0"

[dependencies]
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
toml = "0.8"
thiserror = "1.0"
directories = "5.0"
tracing = "0.1"
Loading

0 comments on commit bb02708

Please # to comment.