Skip to content

Commit 6a6b208

Browse files
committed
Fix install command and add badges
1 parent 8bb6f7b commit 6a6b208

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,17 @@
11
# 👻 crategeist
22

3+
[![Crates.io](https://img.shields.io/crates/v/crategeist)](https://crates.io/crates/crategeist)
4+
[![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)
5+
[![CI](https://github.com/zaptech-dev/crategeist/actions/workflows/ci.yml/badge.svg)](https://github.com/zaptech-dev/crategeist/actions)
6+
37
Expose the hidden cost of your Rust dependencies.
48

59
Rust's ecosystem encourages adding crates liberally, but nobody shows you the real cost: transitive dependency explosion, compile time impact, dead weight, security exposure. `cargo crategeist` gives you the full picture in one command.
610

711
## Install
812

913
```sh
10-
cargo install cargo-crategeist
14+
cargo install crategeist
1115
```
1216

1317
## Usage

0 commit comments

Comments
 (0)