Redox-os with cargo (package manager)

Hi. One thing I noticed with redox-os is that it doesn’t have a cargo program that is responsible for managing packages. I believe it would be interesting to have the position within the redox-os. Would it be possible to use the cargo within redox-os?

2 Likes

If anyone has an idea how to do this, I would be glad

We have a recipe for Cargo, but it doesn’t compile yet (self-hosting problems).

Cargo just install Rust dependencies (crates), for software packages we use pkgutils.