Set up Rust for 2018
This commit is contained in:
parent
fc87233242
commit
368a2edb3c
3 changed files with 11 additions and 0 deletions
6
2018/Cargo.toml
Normal file
6
2018/Cargo.toml
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
[package]
|
||||
name = "aoc2018"
|
||||
version = "0.1.0"
|
||||
authors = ["Jeremy Kaplan <jdkaplan@metagram.net>"]
|
||||
|
||||
[dependencies]
|
||||
Loading…
Reference in a new issue