feat: refactor frontend configuration

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2023-08-01 02:31:44 +02:00
parent e235483783
commit 8cd68d569b
22 changed files with 557 additions and 268 deletions

18
Cargo.lock generated
View File

@@ -344,6 +344,7 @@ dependencies = [
"chrono",
"clap",
"conventional_commit_parser",
"cuddle-please-frontend",
"dotenv",
"git-cliff-core",
"lazy_static",
@@ -361,6 +362,23 @@ dependencies = [
"url",
]
[[package]]
name = "cuddle-please-frontend"
version = "0.1.0"
dependencies = [
"anyhow",
"chrono",
"clap",
"dotenv",
"pretty_assertions",
"serde",
"serde_yaml",
"tempdir",
"tracing",
"tracing-subscriber",
"tracing-test",
]
[[package]]
name = "deunicode"
version = "0.4.3"