We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07c1edd commit 78fda54Copy full SHA for 78fda54
2 files changed
Cargo.toml
@@ -18,10 +18,8 @@ resolver = "2"
18
# "napi",
19
# "n-api",
20
# ]
21
- license = "MIT OR Apache-2.0"
22
- # name = "berry"
+ license = "MIT OR Apache-2.0"
23
repository = "https://github.com/spanishpear/berry"
24
- # version = "0.1.0"
25
26
[workspace.dependencies]
27
berry-core = { path = "crates/berry-core" }
crates/berry-core/src/lib.rs
@@ -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
5
#![deny(clippy::all)]
6
pub mod ident;
7
pub mod locator;
0 commit comments