-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ authors = ["KILT <[email protected]>"] | |
description = "Enables adding and revoking attestations." | ||
edition = "2021" | ||
name = "attestation" | ||
repository = "https://github.com/KILTprotocol/mashnet-node" | ||
repository = "https://github.com/KILTprotocol/kilt-node" | ||
version = "1.7.4" | ||
|
||
[package.metadata.docs.rs] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ authors = ["KILT <[email protected]>"] | |
description = "Enables adding CTypes." | ||
edition = "2021" | ||
name = "ctype" | ||
repository = "https://github.com/KILTprotocol/mashnet-node" | ||
repository = "https://github.com/KILTprotocol/kilt-node" | ||
version = "1.7.4" | ||
|
||
[package.metadata.docs.rs] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ authors = ["KILT <[email protected]>"] | |
description = "Enables creating and revoking root nodes of delegation hierarchies; adding and revoking delegation nodes based on root nodes." | ||
edition = "2021" | ||
name = "delegation" | ||
repository = "https://github.com/KILTprotocol/mashnet-node" | ||
repository = "https://github.com/KILTprotocol/kilt-node" | ||
version = "1.7.4" | ||
|
||
[package.metadata.docs.rs] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ authors = ["KILT <[email protected]>"] | |
description = "Enables adding and removing decentralized identifiers (DIDs)." | ||
edition = "2021" | ||
name = "did" | ||
repository = "https://github.com/KILTprotocol/mashnet-node" | ||
repository = "https://github.com/KILTprotocol/kilt-node" | ||
version = "1.7.4" | ||
|
||
[package.metadata.docs.rs] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ authors = ["KILT <[email protected]>"] | |
description = "Lookup the DID for a blockchain account." | ||
edition = "2021" | ||
name = "pallet-did-lookup" | ||
repository = "https://github.com/KILTprotocol/mashnet-node" | ||
repository = "https://github.com/KILTprotocol/kilt-node" | ||
version = "1.7.4" | ||
|
||
[package.metadata.docs.rs] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ authors = ["KILT <[email protected]>"] | |
description = "Substrate pallet issueing a pre-configured amount of tokens to the treasury." | ||
edition = "2021" | ||
name = "pallet-inflation" | ||
repository = "https://github.com/KILTprotocol/mashnet-node" | ||
repository = "https://github.com/KILTprotocol/kilt-node" | ||
version = "1.7.4" | ||
|
||
[package.metadata.docs.rs] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ authors = ["KILT <[email protected]>"] | |
description = "Unique Web3 nicknames for KILT DIDs." | ||
edition = "2021" | ||
name = "pallet-web3-names" | ||
repository = "https://github.com/KILTprotocol/mashnet-node" | ||
repository = "https://github.com/KILTprotocol/kilt-node" | ||
version = "1.7.4" | ||
|
||
[package.metadata.docs.rs] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ authors = ["KILT <[email protected]>"] | |
description = "Shared traits and structs used across the KILT pallets" | ||
edition = "2021" | ||
name = "kilt-support" | ||
repository = "https://github.com/KILTprotocol/mashnet-node" | ||
repository = "https://github.com/KILTprotocol/kilt-node" | ||
version = "1.7.4" | ||
|
||
[dependencies] | ||
|