tul1 / rust-hive

Teeny-tiny project with two main goals: recreate the well known board game called Hive and explore a little Rust syntax.
MIT License
0 stars 0 forks source link

Create cargo workspace #1

Closed julianmateu closed 5 years ago

julianmateu commented 5 years ago

Adds the .gitignore and required files to use the cargo package manager with the project. The code can be built by running cargo build.

tul1 commented 5 years ago

Please proceed to merge to master @julianmateu .