Skip to content

Commit d736790

Browse files
committed
fix cargo near build
1 parent ea8411f commit d736790

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ authors = [
1010
"Artur-Yurii Korchynskyi <artur.yurii.korchynskyi@gmail.com>",
1111
]
1212
license = "MIT"
13+
repository = "https://github.com/NEAR-DevHub/race-of-sloths"
1314

1415
[workspace.dependencies]
1516
anyhow = "1.0.82"

contract/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ version.workspace = true
55
edition.workspace = true
66
license.workspace = true
77
authors.workspace = true
8+
repository.workspace = true
89

910
# fields to configure build with WASM reproducibility, according to specs
1011
# in https://github.com/near/NEPs/blob/master/neps/nep-0330.md

0 commit comments

Comments
 (0)