Add a codegen crate for generating an “Recent Updates” section

This commit is contained in:
Philipp Oppermann
2016-10-04 19:08:32 +02:00
parent 620c4858a3
commit b22c1f8113
3 changed files with 102 additions and 0 deletions

9
codegen/Cargo.toml Normal file
View File

@@ -0,0 +1,9 @@
[package]
authors = ["Philipp Oppermann <dev@phil-opp.com>"]
name = "codegen"
version = "0.1.0"
[dependencies]
chrono = "0.2.25"
getopts = "0.2.14"
requests = "0.0.22"