Skip to content

Commit

Permalink
chore: api-keys boilerplate (#3456)
Browse files Browse the repository at this point in the history
* chore: add rust to flake

* chore: api-keys build boilerplate

* chore: introduce third-party

* feat: add hello-world graphql server implementation

* chore: rename to Galoy

* build: attempt graphql rust server build with buck

* build: fixing rust dependencies

* fix: change fixups to get hello-world working

* chore: remove unnecessary package pinning

* feat: re-add hello-world graphql server implementation

* chore: edit fixups

* chore: try adding new fixups

* chore: fix buck2 rust build on mac

* chore: no need for handlebars

---------

Co-authored-by: vindard <[email protected]>
  • Loading branch information
bodymindarts and vindard authored Oct 31, 2023
1 parent 2669daa commit 8df40d5
Show file tree
Hide file tree
Showing 64 changed files with 7,065 additions and 19 deletions.
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,9 @@ junit.xml

# direnv
.direnv

# rust
target

# vendir
/.vendir-tmp/
Loading

0 comments on commit 8df40d5

Please sign in to comment.