feat(mako): LICENSE + README.md

Readme is very initial, but the architecture is set to evolve it to
something no less than beatiful.
This commit is contained in:
Sebastian Thiel
2015-03-02 14:58:18 +01:00
parent 4e5f2c05d9
commit 3670e4f6c9
8 changed files with 64 additions and 13 deletions

View File

@@ -16,6 +16,7 @@ api:
templates:
# all output directories are relative to the one set for the respective API
- source: README.md
- source: LICENSE.md
- source: cargo.toml
# output_dir: optional - not there if unset
cargo:
@@ -23,7 +24,14 @@ cargo:
repo_base_url: https://github.com/Byron/google-apis-rs
doc_base_url: http://byron.github.io/google-apis-rs
authors:
# don't forget to possibly add them to copyright authors
- Sebastian Thiel <byronimo@gmail>
keywords: [google, protocol, web, api]
# All APIs should live in the same repository
repository_url: https://github.com/Byron/google-apis-rs
copyright:
# should at some point be 2015-2016 ...
years: '2015'
authors:
- 'Sebastian Thiel'