diff --git a/Cargo.toml b/Cargo.toml index adcd0b0..11e156e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "datpiff" -version = "0.1.5" +version = "0.1.6" edition = "2021" description = "Rust library for DatPiff" documentation = "https://docs.rs/datpiff" diff --git a/src/lib.rs b/src/lib.rs index 6665d3d..8b042f0 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,3 +1,19 @@ +//! # datpiff crate +//! +//!
+//! +//! Datpiff is a Rust library for scraping the DatPiff website for the latest mixtapes. +//! pub mod constants; pub mod formater; pub mod parser;