fleshing out the core a bit more
This commit is contained in:
parent
e05815e550
commit
c8bb484a53
13 changed files with 497 additions and 9 deletions
25
Cargo.lock
generated
25
Cargo.lock
generated
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue