gobanos / cargo-aoc

447 stars 47 forks source link

Export `aoc-runner` from user crate #22

Open gobanos opened 5 years ago

gobanos commented 5 years ago

cargo-aoc generate crates with a dependency to aoc-runner, so both must be one the same version.

A solution is to export aoc-runner from user crate and remove cargo-aoc's dependency.