Y
Hacker News
new
|
ask
|
show
|
jobs
by
nine_k
184 days ago
From my daily-use utilities, ripgrep and bat seem to have zero dependencies.
2 comments
kzrdude
184 days ago
I believe ripgrep has only or mostly dependencies that the main author also controls. It's structured so that ripgrep depends on regex crates by the same author, for example.
link
kvemkon
184 days ago
Looking at Cargo.toml, ripgrep seems to have some dependencies and bat has a lot.
link