fleshing out the core a bit more

This commit is contained in:
Chris Cochrun 2024-10-06 05:51:39 -05:00
parent e05815e550
commit c8bb484a53
13 changed files with 497 additions and 9 deletions

25
Cargo.lock generated
View file

@ -490,6 +490,31 @@ dependencies = [
"unicode-segmentation",
]
[[package]]
name = "core"
version = "0.1.0"
dependencies = [
"color-eyre",
"configparser",
"dirs",
"fastrand 2.1.1",
"obws",
"quote",
"reqwest",
"rfd",
"serde",
"serde_derive",
"serde_json",
"sqlx",
"tar",
"time",
"tokio",
"tracing",
"tracing-subscriber",
"youtube_dl",
"zstd",
]
[[package]]
name = "core-foundation"
version = "0.9.4"