Inital version
This commit is contained in:
parent
da49e2223b
commit
b8921858f2
9 changed files with 293 additions and 32 deletions
|
@ -2,3 +2,10 @@
|
|||
name = "compactadventure2"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
dotenv = "0.15.0"
|
||||
elevenlabs_rs = "0.6.0"
|
||||
serde = { version = "1.0.219", features = ["derive"] }
|
||||
tokio = "1.45.0"
|
||||
toml = "0.8.22"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue