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

#47 rename crate protocol -> documents

parent 014aa88d
No related branches found
No related tags found
No related merge requests found
......@@ -93,7 +93,7 @@ dependencies = [
]
[[package]]
name = "duniter-protocol"
name = "duniter-documents"
version = "0.4.1"
dependencies = [
"base58 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
......
......@@ -2,5 +2,5 @@
members = [
"wotb",
"crypto",
"protocol",
"documents",
]
[package]
name = "duniter-protocol"
name = "duniter-documents"
version = "0.4.1"
authors = ["nanocryk <nanocryk@duniter.org>"]
authors = ["nanocryk <nanocryk@duniter.org>", "elois <elois@ifee.fr>"]
description = "Implements the Duniter Protocol"
repository = "https://git.duniter.org/nodes/rust/duniter-rs"
readme = "README.md"
......
File moved
File moved
File moved
......@@ -13,7 +13,7 @@
// You should have received a copy of the GNU Affero General Public License
// along with this program. If not, see <https://www.gnu.org/licenses/>.
//! Implements the Duniter Protocol.
//! Implements the Duniter Documents Protocol.
#![cfg_attr(feature = "strict", deny(warnings))]
#![deny(missing_docs, missing_debug_implementations, missing_copy_implementations, trivial_casts,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment