kornelski / cargo-deb

A cargo subcommand that generates Debian packages from information in Cargo.toml
https://lib.rs/cargo-deb
MIT License
404 stars 48 forks source link

No dev documentation for this project #133

Closed henrebotha closed 2 weeks ago

henrebotha commented 3 weeks ago

I want to make some small tweaks to cargo-deb locally and use that version to package something, but this project doesn't appear to have dev documentation. A quick overview in the readme would go a long way.

kornelski commented 3 weeks ago

You should be able to figure out what's going on by following what main.rs is doing.

There are a couple spaghetti functions in there, but I'd rather refactor them into something simpler than document the mess.

https://docs.rs/cargo-deb/latest/cargo_deb/