maybe build on pc?

This commit is contained in:
2023-01-23 12:09:25 +01:00
parent 71f9f686b9
commit 0fc6e95865
5 changed files with 155 additions and 14 deletions

View File

@@ -0,0 +1,12 @@
[package]
name = "unnamed_chatgpt_project"
version = "0.1.0"
edition = "2021"
# 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"
rust-bert = "0.20.0"