Skip to content

Commit

Permalink
Add a link to the workspace README to help with packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
fjarri committed Nov 19, 2024
1 parent d82678b commit 98583e0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion manul/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ authors = ['Entropy Cryptography <[email protected]>']
license = "AGPL-3.0-or-later"
description = "Generic library for round-based protocols"
repository = "https://github.com/entropyxyz/manul"
readme = "../README.md"
readme = "README.md"
categories = ["cryptography", "no-std"]

[dependencies]
Expand Down
1 change: 1 addition & 0 deletions manul/README.md
2 changes: 1 addition & 1 deletion manul/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#![no_std]
#![cfg_attr(docsrs, feature(doc_cfg, doc_auto_cfg))]
#![doc = include_str!("../../README.md")]
#![doc = include_str!("../README.md")]
#![warn(
clippy::mod_module_files,
missing_docs,
Expand Down

0 comments on commit 98583e0

Please sign in to comment.