Skip to content

Commit

Permalink
Merge pull request #16 from fastly/kats/build-script
Browse files Browse the repository at this point in the history
Populate scripts.build
  • Loading branch information
harmony7 authored Mar 7, 2024
2 parents b5e1dc0 + cba0998 commit 39c9e4c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .cargo/audit.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[advisories]
ignore = ["RUSTSEC-2023-0071"]
3 changes: 3 additions & 0 deletions fastly.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ language = "rust"
manifest_version = 2
name = "Connect to Google Bigquery for Rust"

[scripts]
build = "cargo build --bin fastly-compute-project --release --target wasm32-wasi --color always"

[local_server]

[local_server.backends]
Expand Down

0 comments on commit 39c9e4c

Please sign in to comment.