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

Merge branch '47-rename-crate-protocol-documents' into 'dev'

Resolve "Rename crate protocol -> documents"

Closes #47

See merge request !34
parents 6d12965d 3acf068d
Branches
Tags
1 merge request!34Resolve "Rename crate protocol -> documents"
......@@ -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