one
This commit is contained in:
10
src-tauri/openai/Cargo.toml
Normal file
10
src-tauri/openai/Cargo.toml
Normal file
@@ -0,0 +1,10 @@
|
||||
[package]
|
||||
name = "openai"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
reqwest = "0.12.22"
|
||||
tokio = { version = "1.38.0", features = ["full"] }
|
||||
serde = { version = "1.0.203", features = ["derive"] }
|
||||
serde_json = "1.0.120"
|
||||
Reference in New Issue
Block a user