Skip to content
Snippets Groups Projects
Commit dd879b33 authored by Hugo Trentesaux's avatar Hugo Trentesaux
Browse files

keep descriptions

parent 9002ff05
No related branches found
No related tags found
1 merge request!131Draft: (paused) Use workspace for Cargo.toml files
Pipeline #18708 passed
Showing
with 454 additions and 419 deletions
This diff is collapsed.
[package] [package]
description = 'duniter end2end tests.'
name = 'duniter-end2end-tests' name = 'duniter-end2end-tests'
edition.workspace = true edition.workspace = true
authors.workspace = true authors.workspace = true
description.workspace = true
license.workspace = true license.workspace = true
repository.workspace = true repository.workspace = true
documentation.workspace = true documentation.workspace = true
......
[package] [package]
description = 'duniter live tests.'
name = 'duniter-live-tests' name = 'duniter-live-tests'
edition.workspace = true edition.workspace = true
authors.workspace = true authors.workspace = true
description.workspace = true
license.workspace = true license.workspace = true
repository.workspace = true repository.workspace = true
documentation.workspace = true documentation.workspace = true
......
[package] [package]
description = 'FRAME pallet authority members.'
name = 'pallet-authority-members' name = 'pallet-authority-members'
edition.workspace = true edition.workspace = true
authors.workspace = true authors.workspace = true
description.workspace = true
license.workspace = true license.workspace = true
repository.workspace = true repository.workspace = true
documentation.workspace = true documentation.workspace = true
......
[package] [package]
readme = 'README.md'
description = 'pallet certification.'
name = 'pallet-certification' name = 'pallet-certification'
edition.workspace = true edition.workspace = true
authors.workspace = true authors.workspace = true
description.workspace = true
license.workspace = true license.workspace = true
repository.workspace = true repository.workspace = true
documentation.workspace = true documentation.workspace = true
......
[package] [package]
description = 'pallet duniter account.'
readme = 'README.md'
name = 'pallet-duniter-account' name = 'pallet-duniter-account'
edition.workspace = true edition.workspace = true
authors.workspace = true authors.workspace = true
description.workspace = true
license.workspace = true license.workspace = true
repository.workspace = true repository.workspace = true
documentation.workspace = true documentation.workspace = true
......
[package] [package]
readme = 'README.md'
description = 'pallet Duniter test parameters.'
name = 'pallet-duniter-test-parameters' name = 'pallet-duniter-test-parameters'
edition.workspace = true edition.workspace = true
authors.workspace = true authors.workspace = true
description.workspace = true
license.workspace = true license.workspace = true
repository.workspace = true repository.workspace = true
documentation.workspace = true documentation.workspace = true
......
[package] [package]
description = 'Duniter test parameters macro.'
name = 'pallet-duniter-test-parameters-macro' name = 'pallet-duniter-test-parameters-macro'
edition.workspace = true edition.workspace = true
authors.workspace = true authors.workspace = true
description.workspace = true
license.workspace = true license.workspace = true
repository.workspace = true repository.workspace = true
documentation.workspace = true documentation.workspace = true
......
[package] [package]
readme = 'README.md'
description = 'pallet duniter wot.'
name = 'pallet-duniter-wot' name = 'pallet-duniter-wot'
edition.workspace = true edition.workspace = true
authors.workspace = true authors.workspace = true
description.workspace = true
license.workspace = true license.workspace = true
repository.workspace = true repository.workspace = true
documentation.workspace = true documentation.workspace = true
......
[package] [package]
description = 'pallet identity.'
readme = 'README.md'
name = 'pallet-identity' name = 'pallet-identity'
edition.workspace = true edition.workspace = true
authors.workspace = true authors.workspace = true
description.workspace = true
license.workspace = true license.workspace = true
repository.workspace = true repository.workspace = true
documentation.workspace = true documentation.workspace = true
......
[package] [package]
description = 'pallet membership.'
readme = 'README.md'
name = 'pallet-membership' name = 'pallet-membership'
edition.workspace = true edition.workspace = true
authors.workspace = true authors.workspace = true
description.workspace = true
license.workspace = true license.workspace = true
repository.workspace = true repository.workspace = true
documentation.workspace = true documentation.workspace = true
......
[package] [package]
description = 'pallet oneshot account.'
readme = 'README.md'
name = 'pallet-oneshot-account' name = 'pallet-oneshot-account'
edition.workspace = true edition.workspace = true
authors.workspace = true authors.workspace = true
description.workspace = true
license.workspace = true license.workspace = true
repository.workspace = true repository.workspace = true
documentation.workspace = true documentation.workspace = true
......
[package] [package]
description = 'pallet to provide randomness to users.'
name = 'pallet-provide-randomness' name = 'pallet-provide-randomness'
edition.workspace = true edition.workspace = true
authors.workspace = true authors.workspace = true
description.workspace = true
license.workspace = true license.workspace = true
repository.workspace = true repository.workspace = true
documentation.workspace = true documentation.workspace = true
......
[package] [package]
description = 'pallet universal dividend.'
name = 'pallet-universal-dividend' name = 'pallet-universal-dividend'
edition.workspace = true edition.workspace = true
authors.workspace = true authors.workspace = true
description.workspace = true
license.workspace = true license.workspace = true
repository.workspace = true repository.workspace = true
documentation.workspace = true documentation.workspace = true
......
[package] [package]
description = 'pallet to upgrade specified origin to root.'
name = 'pallet-upgrade-origin' name = 'pallet-upgrade-origin'
edition.workspace = true edition.workspace = true
authors.workspace = true authors.workspace = true
description.workspace = true
license.workspace = true license.workspace = true
repository.workspace = true repository.workspace = true
documentation.workspace = true documentation.workspace = true
......
[package] [package]
description = 'primitives for duniter runtime.'
name = 'duniter-primitives' name = 'duniter-primitives'
edition.workspace = true edition.workspace = true
authors.workspace = true authors.workspace = true
description.workspace = true
license.workspace = true license.workspace = true
repository.workspace = true repository.workspace = true
documentation.workspace = true documentation.workspace = true
......
[package] [package]
description = 'primitives for pallet membership.'
readme = 'README.md'
name = 'sp-membership' name = 'sp-membership'
edition.workspace = true edition.workspace = true
authors.workspace = true authors.workspace = true
description.workspace = true
license.workspace = true license.workspace = true
repository.workspace = true repository.workspace = true
documentation.workspace = true documentation.workspace = true
......
[package] [package]
description = 'Common code shared between all runtimes'
name = 'common-runtime' name = 'common-runtime'
edition.workspace = true edition.workspace = true
authors.workspace = true authors.workspace = true
description.workspace = true
license.workspace = true license.workspace = true
repository.workspace = true repository.workspace = true
documentation.workspace = true documentation.workspace = true
......
[package] [package]
description = "Duniter-v2s Rust scripts with xtask"
name = "xtask" name = "xtask"
version = "0.1.0" version = "0.1.0"
edition.workspace = true edition.workspace = true
authors.workspace = true authors.workspace = true
description.workspace = true
license.workspace = true license.workspace = true
repository.workspace = true repository.workspace = true
documentation.workspace = true documentation.workspace = true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment