move everything to single crate

This commit is contained in:
Antoine Martin 2019-11-15 00:14:07 +01:00
parent 1ee14b228c
commit b4c1f36767
10 changed files with 38 additions and 54 deletions

9
aoc2018/Cargo.toml Normal file
View file

@ -0,0 +1,9 @@
[package]
name = "aoc2018"
version = "0.1.0"
authors = ["Antoine Martin <antoine97.martin@gmail.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]