fspoettel / advent-of-code-rust

🎄Starter template for solving Advent of Code in Rust.
MIT License
715 stars 53 forks source link

use `publish = false` in Cargo.toml #8

Closed tguichaoua closed 2 years ago

tguichaoua commented 2 years ago

I suggest to add publish = false in Cargo.toml to avoid accidental publishing

fspoettel commented 2 years ago

Good idea! Do you want to open a PR for this change?

tguichaoua commented 2 years ago

I'm on it 👍