1
0
mirror of https://github.com/actix/examples synced 2025-06-29 10:14:58 +02:00

Add dotenv and config crate to async_pg example

This commit is contained in:
Michael P. Jung
2020-01-16 18:41:45 +01:00
parent 050b3a2b1e
commit b94ab2165f
4 changed files with 70 additions and 26 deletions

1
async_pg/.gitignore vendored
View File

@ -1,2 +1,3 @@
/target
**/*.rs.bk
.env