Skip to content
Closed
Show file tree
Hide file tree
Changes from 20 commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions Cargo.lock
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cargo.lock is not up to date. Please run a full build then commit it again.

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 @@ -9,6 +9,7 @@ members = [
"crypto",
"defuse",
"erc191",
"io-utils",
"map-utils",
"near-utils",
"nep245",
Expand Down Expand Up @@ -40,6 +41,7 @@ defuse-core.path = "core"
defuse-crypto.path = "crypto"
defuse.path = "defuse"
defuse-erc191.path = "erc191"
defuse-io-utils.path = "io-utils"
defuse-map-utils.path = "map-utils"
defuse-near-utils.path = "near-utils"
defuse-nep245.path = "nep245"
Expand Down
6 changes: 6 additions & 0 deletions borsh-utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,11 @@ edition.workspace = true
version.workspace = true
repository.workspace = true

[lints]
workspace = true

[dependencies]
defuse-io-utils.workspace = true

near-sdk.workspace = true
impl-tools.workspace = true
Loading
Loading