Skip to content

Commit

Permalink
feat: Init project
Browse files Browse the repository at this point in the history
  • Loading branch information
leo91000 committed May 19, 2022
0 parents commit 0053b87
Show file tree
Hide file tree
Showing 33 changed files with 5,629 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .env
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
DATABASE_URL=postgresql://root:root@localhost:5432/lyonkit
RUST_LOG=debug
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
/target
.vscode
.idea
5 changes: 5 additions & 0 deletions .rustfmt.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
format_strings = true
imports_granularity = "Crate"
use_field_init_shorthand = true
wrap_comments = true
tab_spaces = 2
Loading

0 comments on commit 0053b87

Please sign in to comment.