Files
CamFinder/Cargo.toml
T

12 lines
270 B
TOML

[package]
name = "camfinder"
version = "0.1.0"
edition = "2021"
[dependencies]
anyhow = "1"
dotenvy = "0.15"
tokio = { version = "1", features = ["io-util", "macros", "net", "process", "rt-multi-thread", "signal", "time"] }
tokio-postgres = "0.7"
terminal_size = "0.4"