Skip to content

Commit

Permalink
[dependencies] add Cargo.lock (#65)
Browse files Browse the repository at this point in the history
* [dependencies] removed unused dependencies

ran cargo +nightly udeps to find then remove unused dependencies

Signed-off-by: danbugs <[email protected]>

* [dependencies] removed Cargo.lock from .gitignore and included updated Cargo.lock

ran cargo update to update the Cargo.lock

Signed-off-by: danbugs <[email protected]>

* [dependencies] bringing back uuid but as a dev-dependency

Signed-off-by: danbugs <[email protected]>

* [dependencies] re-adding rust-embed and sha256 as windows dependencies

Signed-off-by: danbugs <[email protected]>

---------

Signed-off-by: danbugs <[email protected]>
  • Loading branch information
danbugs authored Nov 18, 2024
1 parent 558915f commit e5e7934
Show file tree
Hide file tree
Showing 4 changed files with 3,501 additions and 13 deletions.
4 changes: 0 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -457,10 +457,6 @@ $RECYCLE.BIN/

# Rust build artifacts
**/**target
**/Cargo.lock
!src/tests/rust_guests/callbackguest/Cargo.lock
!src/tests/rust_guests/simpleguest/Cargo.lock
!src/tests/rust_guests/dummyguest/Cargo.lock
libhyperlight_host.so
libhyperlight_host.d
hyperlight_host.dll
Expand Down
Loading

0 comments on commit e5e7934

Please sign in to comment.