Skip to content

Commit 78fda54

Browse files
committed
doccomment
1 parent 07c1edd commit 78fda54

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,8 @@ resolver = "2"
1818
# "napi",
1919
# "n-api",
2020
# ]
21-
license = "MIT OR Apache-2.0"
22-
# name = "berry"
21+
license = "MIT OR Apache-2.0"
2322
repository = "https://github.com/spanishpear/berry"
24-
# version = "0.1.0"
2523

2624
[workspace.dependencies]
2725
berry-core = { path = "crates/berry-core" }

crates/berry-core/src/lib.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
//! # Berry
2+
//!
3+
//! Berry is a library for parsing and manipulating Berry lockfiles.
4+
//! It's still super WIP - still trying to figure out if i use `berry-core` or `berry` on crates.io
15
#![deny(clippy::all)]
26
pub mod ident;
37
pub mod locator;

0 commit comments

Comments
 (0)