From dbe8458df27974eb7e7fb56e9f2be7910e4707ad Mon Sep 17 00:00:00 2001 From: David Dal Busco Date: Tue, 3 Dec 2024 08:01:02 +0100 Subject: [PATCH] docs: include README in canfund crate --- canfund-rs/src/lib.rs | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/canfund-rs/src/lib.rs b/canfund-rs/src/lib.rs index afa4dfb..8ef6b7c 100644 --- a/canfund-rs/src/lib.rs +++ b/canfund-rs/src/lib.rs @@ -1,11 +1,4 @@ -//! # Canfund Library -//! -//! `canfund` is a library that provides a set of features for managing cycles of a canister. -//! -//! Those features include: -//! -//! - Monitoring of canister cycles. -//! - Adding cycles to a canister. +#![doc = include_str!("../../README.md")] pub mod api; pub mod errors;