Skip to content

Commit

Permalink
GH-716: add UUID
Browse files Browse the repository at this point in the history
  • Loading branch information
utkarshg6 committed Sep 6, 2023
1 parent 4bea69c commit f0a6040
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ Temporary Items
**/.idea/**/dataSources.ids
**/.idea/**/dataSources.xml
**/.idea/**/dataSources.local.xml
**/.idea/**/dbnavigator.xml
**/.idea/**/sqlDataSources.xml
**/.idea/**/dynamic.xml
**/.idea/**/uiDesigner.xml
Expand Down
9 changes: 8 additions & 1 deletion node/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 node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ variant_count = "1.1.0"
web3 = {version = "0.11.0", default-features = false, features = ["http", "tls"]}
websocket = {version = "0.26.2", default-features = false, features = ["async", "sync"]}
secp256k1secrets = {package = "secp256k1", version = "0.17.2"}
uuid = "1.4.1"

[target.'cfg(target_os = "macos")'.dependencies]
system-configuration = "0.4.0"
Expand Down

0 comments on commit f0a6040

Please sign in to comment.