Added scaffoded project

This commit is contained in:
2026-06-29 04:39:41 -03:00
parent ab82a4b71c
commit 9bd945cc51
17 changed files with 2797 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
[package]
name = "camfinder"
version = "0.1.0"
edition = "2021"
[dependencies]
anyhow = "1"
dotenvy = "0.15"
tokio = { version = "1", features = ["io-util", "macros", "net", "rt-multi-thread", "signal", "time"] }
tokio-postgres = "0.7"