feat: add cargo generate support

This commit is contained in:
2024-08-20 21:06:10 +03:00
parent db8f668b4b
commit 137ceedadd
8 changed files with 9 additions and 8 deletions

View File

@@ -6,4 +6,4 @@ host = "127.0.0.1"
port = 5432
username = "postgres"
password = "password"
database_name = "axum-template"
database_name = "{{project-name}}"