initial commit

This commit is contained in:
2023-11-10 17:25:16 -03:00
commit fb030ce429
15 changed files with 207 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
[package]
name = "rust_diesel_blogs"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
diesel = {version = "2.1.3", features = ["postgres"]}
dotenvy = "0.15.7"