Skip to content

Commit

Permalink
docs: include README in canfund crate
Browse files Browse the repository at this point in the history
  • Loading branch information
peterpeterparker committed Dec 3, 2024
1 parent c421281 commit dbe8458
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions canfund-rs/src/lib.rs
Original file line number Diff line number Diff line change
@@ -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;
Expand Down

0 comments on commit dbe8458

Please sign in to comment.