Skip to content

Commit

Permalink
chore: no need for handlebars
Browse files Browse the repository at this point in the history
  • Loading branch information
bodymindarts committed Oct 31, 2023
1 parent 1dee18b commit 174abd7
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 666 deletions.
135 changes: 2 additions & 133 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ members = [
]

[workspace.dependencies]
async-graphql = "6.0.9"
async-graphql = { version = "6.0.9", default-features = false, features = ["playground"] }
async-graphql-axum = "6.0.9"
axum = "0.6.20"
tokio = { version = "1.33.0", features = ["full"] }
2 changes: 0 additions & 2 deletions dev/Tiltfile
Original file line number Diff line number Diff line change
Expand Up @@ -177,8 +177,6 @@ def _buck2_dep_inputs(target):
return file_paths

api_keys_target = "//core/api-keys:api-keys"
# if is_ci:
# consent_target = "//core/api-keys:main"
local_resource(
"api_keys",
labels = ["core"],
Expand Down
Loading

0 comments on commit 174abd7

Please sign in to comment.