Skip to content
Snippets Groups Projects
Commit 49ea38c3 authored by Éloïs's avatar Éloïs
Browse files

Change documents crate description

parent 9cb32276
No related branches found
No related tags found
1 merge request!35Resolve "Variants of BlockchainProtocol and V10Documents should use Box to limit size of the common data structure"
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
name = "duniter-documents" name = "duniter-documents"
version = "0.4.1" version = "0.4.1"
authors = ["nanocryk <nanocryk@duniter.org>", "elois <elois@ifee.fr>"] authors = ["nanocryk <nanocryk@duniter.org>", "elois <elois@ifee.fr>"]
description = "Implements the Duniter Protocol" description = "Handles Duniter documents"
repository = "https://git.duniter.org/nodes/rust/duniter-rs" repository = "https://git.duniter.org/nodes/rust/duniter-rs"
readme = "README.md" readme = "README.md"
keywords = ["duniter", "blockchain", "cryptocurrency", "document"] keywords = ["duniter", "blockchain", "cryptocurrency", "document"]
......
# protocol # Documents
`protocol` is a crate implementing the [Duniter] Protocol in [version 10][version10]. `documents` is a crate implementing the [Duniter] Documents Protocol in [version 10][version10].
[Duniter]: https://duniter.org/en/ [Duniter]: https://duniter.org/en/
[version10]: https://git.duniter.org/nodes/typescript/duniter/blob/master/doc/Protocol.md [version10]: https://git.duniter.org/nodes/typescript/duniter/blob/master/doc/Protocol.md
## How to use it ## How to use it
You can add `duniter-keys` as a `cargo` dependency in your Rust project. You can add `duniter-documents` as a `cargo` dependency in your Rust project.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment