Add dependencies

This commit is contained in:
Gabriel Tofvesson 2023-03-18 16:35:12 +01:00
parent b349b3d88d
commit 8f252c7ed4
No known key found for this signature in database
GPG Key ID: 6F1345DF28EDA13E
3 changed files with 1602 additions and 0 deletions

2
.gitignore vendored
View File

@ -1 +1,3 @@
/target /target
openai.key
elevenlabs.key

1597
Cargo.lock generated Normal file

File diff suppressed because it is too large Load Diff

View File

@ -6,3 +6,6 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies] [dependencies]
anyhow = "1.0.70"
openai_rs = { path = "./OpenAI-Rust" }
elevenlabs_rs = { path = "./elevenlabs-api-rust" }