Skip to content

Commit

Permalink
Merge pull request #1 from dustinrouillard/next
Browse files Browse the repository at this point in the history
This might as well be v3 api
  • Loading branch information
dustinrouillard authored May 24, 2024
2 parents 3ee0a15 + 86d1ded commit 0d591bd
Show file tree
Hide file tree
Showing 41 changed files with 6,089 additions and 1,888 deletions.
2 changes: 2 additions & 0 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[alias]
prisma = "run --bin prisma --"
3 changes: 2 additions & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
target
target
src/connectivity/prisma.rs
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
/target

src/connectivity/prisma.rs

.env
4 changes: 4 additions & 0 deletions .rustfmt.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
edition = "2021"
tab_spaces = 2
max_width = 75
reorder_imports = true
Loading

0 comments on commit 0d591bd

Please sign in to comment.