We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea8411f commit d736790Copy full SHA for d736790
Cargo.toml
@@ -10,6 +10,7 @@ authors = [
10
"Artur-Yurii Korchynskyi <artur.yurii.korchynskyi@gmail.com>",
11
]
12
license = "MIT"
13
+repository = "https://github.com/NEAR-DevHub/race-of-sloths"
14
15
[workspace.dependencies]
16
anyhow = "1.0.82"
contract/Cargo.toml
@@ -5,6 +5,7 @@ version.workspace = true
5
edition.workspace = true
6
license.workspace = true
7
authors.workspace = true
8
+repository.workspace = true
9
# fields to configure build with WASM reproducibility, according to specs
# in https://github.com/near/NEPs/blob/master/neps/nep-0330.md
0 commit comments