Y
Hacker News
new
|
ask
|
show
|
jobs
by
ValtteriL
189 days ago
Can Cargo install deployment tools like Ansible? I find myself using nix for those kind of tools despite how good $lang package manager is.
2 comments
ris
188 days ago
Using nix to install Ansible, oof you're hurting me..
link
antonvs
188 days ago
Cargo isn't intended for that. If there was something like Ansible implemented in Rust, then you could use Cargo to install it.
link