Skip to content

Commit

Permalink
fix: embed the init template files in the build (#1196)
Browse files Browse the repository at this point in the history
* Embed init template files in the build

* Rework error handling and print out more messages for debugging purposes

* Print out progress of copy_template_files

* Cleanup imports
  • Loading branch information
elizabethengelman authored Feb 13, 2024
1 parent a1e51d2 commit 44b0418
Show file tree
Hide file tree
Showing 3 changed files with 216 additions and 84 deletions.
35 changes: 35 additions & 0 deletions Cargo.lock

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

1 change: 1 addition & 0 deletions cmd/soroban-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ ureq = {version = "2.9.1", features = ["json"]}

tempfile = "3.8.1"
toml_edit = "0.21.0"
rust-embed = { version = "8.2.0", features = ["debug-embed"] }
# For hyper-tls
[target.'cfg(unix)'.dependencies]
openssl = { version = "0.10.55", features = ["vendored"] }
Expand Down
Loading

0 comments on commit 44b0418

Please sign in to comment.