Skip to content

Commit

Permalink
Merge pull request #6 from alejlatorre/refac/add-cross-builder-and-en…
Browse files Browse the repository at this point in the history
…v-vars

refac: add cross builder and update env vars
  • Loading branch information
alejlatorre authored May 5, 2024
2 parents 94ee41f + a579b93 commit 9e97816
Show file tree
Hide file tree
Showing 9 changed files with 109 additions and 120 deletions.
3 changes: 0 additions & 3 deletions .cargo/config.toml

This file was deleted.

12 changes: 7 additions & 5 deletions .env.example
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
# Airbnb keys
_AAT=
AIRBNB_API_KEY=

# Local keys
EXAMPLE_CSV=
BASE_XLSX=
FIRST_SHEET=
SECOND_SHEET=
SECOND_SHEET=
THIRD_SHEET=
OUTPUT_FILE_PREFIX_1=
OUTPUT_FILE_PREFIX_2=

# AWS
SSM_PREFIX=
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@
"editor.defaultFormatter": "rust-lang.rust-analyzer",
"editor.formatOnSave": true
},
"[markdown]": {
"editor.formatOnSave": true
},
"files.watcherExclude": {
"**/target": true
}
Expand Down
Loading

0 comments on commit 9e97816

Please sign in to comment.