Watch
1
0
Fork
You've already forked advent-of-code
0

Set up Rust for 2018

This commit is contained in:
Jeremy Kaplan 2018-12-01 10:00:04 -08:00
commit 368a2edb3c
3 changed files with 11 additions and 0 deletions

6
2018/Cargo.toml Normal file
View file

@ -0,0 +1,6 @@
[package]
name = "aoc2018"
version = "0.1.0"
authors = ["Jeremy Kaplan <jdkaplan@metagram.net>"]
[dependencies]