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

Using nix to install Ansible, oof you're hurting me..
Cargo isn't intended for that. If there was something like Ansible implemented in Rust, then you could use Cargo to install it.