Files
ragflow/Cargo.toml
jinhai 6ad8d5799b Introduce actix web template
Signed-off-by: jinhai <haijin.chn@gmail.com>
2023-12-12 15:48:28 +08:00

14 lines
260 B
TOML

[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]
actix-web = "4.3.1"
actix-rt = "2.8.0"
postgres = "0.19.7"
[[bin]]
name = "doc_gpt"