Skip to content
Snippets Groups Projects
Commit 90444f39 authored by jinhai's avatar jinhai
Browse files

First commit: main.rs and dependency


Signed-off-by: default avatarjinhai <haijin.chn@gmail.com>
parent 93f90bad
No related branches found
No related tags found
No related merge requests found
......@@ -12,3 +12,5 @@ Cargo.lock
# MSVC Windows builds of rustc generate these, which store debugging information
*.pdb
.idea/
[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 = "0.13.1"
postgres = "0.19.7"
\ No newline at end of file
fn main() {
println!("Hello, world!");
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment