proegssilb / ferris-elf

GNU Affero General Public License v3.0
1 stars 3 forks source link

Automatically read dependencies from `Cargo.toml` #58

Open proegssilb opened 11 months ago

proegssilb commented 11 months ago

Right now, the dependency list that the bot returns is hard-coded. We should instead grab the list of dependencies from the Cargo.toml that defines them. However, doing so involves a fair bit of work, including transforming TOML formats.