Skip to content

Commit de69602

Browse files
committed
Add repository url
1 parent 86aa924 commit de69602

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

clients/rust/asset/Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
name = "nifty-asset"
33
description = "A client SDK for Nifty Asset program"
44
authors = ["nifty-oss maintainers <maintainers@nifty-oss.org>"]
5+
repository = "https://github.com/nifty-oss/asset"
56
version = "0.0.0"
67
edition = "2021"
78
readme = "README.md"

clients/rust/bridge/Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name = "nifty-bridge"
33
version = "0.0.0"
44
description = "A client SDK for Nifty Bridge program"
55
authors = ["nifty-oss maintainers <maintainers@nifty-oss.org>"]
6+
repository = "https://github.com/nifty-oss/asset"
67
edition = "2021"
78
readme = "README.md"
89
license-file = "../../../LICENSE"

0 commit comments

Comments
 (0)