Skip to content

Commit

Permalink
chore: mock backend endpoints (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
gonzalezzfelipe authored Oct 3, 2024
1 parent 2594df3 commit 44d274c
Show file tree
Hide file tree
Showing 2 changed files with 142 additions and 264 deletions.
4 changes: 3 additions & 1 deletion backend/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,6 @@ async-graphql = "7.0.3"
async-graphql-rocket = "7.0.3"
sqlx = { version = "0.7", features = [ "runtime-tokio", "postgres", "bigdecimal"] }
num-traits = "0.2"
dotenv = "0.15"
dotenv = "0.15"
uuid = { version = "1.10.0", features = ["v4"] }
rand = "0.8.5"
Loading

0 comments on commit 44d274c

Please sign in to comment.