Skip to content

Commit

Permalink
Installer and initial data fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
augustuswm committed Aug 23, 2024
1 parent 5ace115 commit 3f00802
Show file tree
Hide file tree
Showing 8 changed files with 533 additions and 4,216 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@ mappers.toml
spec.toml
key.json
test-key.json
gcp.json

node_modules
26 changes: 22 additions & 4 deletions Cargo.lock

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

2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ members = [
"rfd-cli",
"rfd-data",
"rfd-github",
"rfd-installer",
"rfd-model",
"rfd-processor",
"rfd-sdk",
Expand All @@ -26,6 +27,7 @@ config = { version = "0.14.0", features = ["toml"] }
cookie = { version = "0.18.1" }
crc32c = "0.6.8"
diesel = { version = "2.2.2", features = ["postgres"] }
diesel_migrations = { version = "2.2.0" }
dirs = "5.0.1"
dropshot = "0.10.1"
dropshot-verified-body = { git = "https://github.com/oxidecomputer/dropshot-verified-body" }
Expand Down
Loading

0 comments on commit 3f00802

Please sign in to comment.