mirror of
https://github.com/bvanroll/unnamed_chatgpt_project.git
synced 2025-08-28 19:42:46 +00:00
17 lines
438 B
TOML
17 lines
438 B
TOML
[package]
|
|
name = "unnamed_chatgpt_project"
|
|
version = "0.1.0"
|
|
authors = ["bvanroll <beppe.vanrolleghem@gmail.com>"]
|
|
edition = "2018"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
serde_json = "1.0.91"
|
|
rfd = "0.10.0"
|
|
async-openai = "0.5.0"
|
|
rand = "0.8"
|
|
tokio = { version = "1", features = ["full"] }
|
|
rust-bert = "0.20.0"
|