trying out rust

This commit is contained in:
2024-11-01 17:25:51 +01:00
parent b6ea267ddf
commit a8f2919fdd
4 changed files with 24 additions and 2 deletions

7
Cargo.toml Normal file
View File

@ -0,0 +1,7 @@
[package]
name = "Hentai"
version = "0.1.0"
edition = "2021"
[dependencies]
postgres = "0.19.9"