2023-12-12 15:43:12 +08:00
|
|
|
[package]
|
|
|
|
|
name = "doc_gpt"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
edition = "2021"
|
|
|
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
|
|
|
|
[dependencies]
|
2023-12-12 15:48:28 +08:00
|
|
|
actix-web = "4.3.1"
|
|
|
|
|
actix-rt = "2.8.0"
|
|
|
|
|
postgres = "0.19.7"
|
|
|
|
|
|
|
|
|
|
[[bin]]
|
|
|
|
|
name = "doc_gpt"
|