Crates.io | logion-shared |
lib.rs | logion-shared |
version | 0.1.1 |
source | src |
created_at | 2022-05-06 13:07:33.992889 |
updated_at | 2022-05-13 16:03:31.382135 |
description | Implements logion shared components. |
homepage | https://logion.network |
repository | https://github.com/logion-network/logion-shared |
max_upload_size | |
id | 581690 |
size | 16,555 |
Defines traits used by more than one pallet.
In your project dependencies (Cargo.toml
):
[package]
[dependencies]
logion-shared = { default-features = false, version = '0.1.0' }
carggo build --release
The authentication and publication on crates.io is done via a github account.
An API key must be configured.
The publisher of the first version becomes the owner of the crates. In order to be added as owner, use the command: cargo owner.
You can also add a team as owner, for instance:
cargo owner --add github:logion-network:logion-devops-team
Increment the version in Cargo.toml:
[package]
version = '0.2.0'
Publish with the following commands (dry-run
option will perform some checks without actually publishing):
cargo publish --dry-run
cargo publish