git-meta-cli-0.1.0 is not a library.
git-meta-cli
Command-line tool for structured Git metadata: get/set/remove values, serialize and materialize metadata trees, push/pull metadata refs, and more.
Install from crates.io:
The installed binary is named git-meta.
This crate depends on git-meta-lib for all core logic.
Publishing to crates.io
Publish the library first, then the CLI (the CLI manifest pins git-meta-lib to the same version):
cargo publish -p git-meta-libcargo publish -p git-meta-cli