Better usage of clap.

This commit is contained in:
2018-12-08 08:00:43 +01:00
parent 880ae49be6
commit cf6f4f9e1e
2 changed files with 19 additions and 21 deletions

View File

@@ -2,6 +2,7 @@
name = "aoc-2018"
version = "0.1.0"
authors = ["Bert Peters <bert@bertptrs.nl>"]
description = "Implementation of the problems of Advent of Code 2018"
[dependencies]
clap = "2.32"