Finish upgrading pose and songbird
This commit is contained in:
parent
4244469610
commit
ec66822602
6 changed files with 3221 additions and 125 deletions
15
Cargo.toml
15
Cargo.toml
|
@ -11,15 +11,18 @@ tracing = "0.1.37"
|
|||
tracing-futures = "0.2.5"
|
||||
openai = "1.0.0-alpha.8"
|
||||
rand = "0.8.5"
|
||||
reqwest = "0.11.23"
|
||||
songbird = "0.4.0"
|
||||
thiserror = "1.0.39"
|
||||
|
||||
[dependencies.tracing-subscriber]
|
||||
version = "0.3.16"
|
||||
features = ["fmt", "env-filter", "std"]
|
||||
|
||||
[dependencies.songbird]
|
||||
version = "0.4.0"
|
||||
[dependencies.symphonia]
|
||||
version = "0.5.2"
|
||||
features = ["mkv"]
|
||||
|
||||
[dependencies.tokio]
|
||||
version = "1.26.0"
|
||||
features = ["macros", "rt-multi-thread", "signal"]
|
||||
|
||||
[dependencies.tracing-subscriber]
|
||||
version = "0.3.18"
|
||||
features = ["fmt", "env-filter", "std"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue