fix(xml): forgot to add shared.xml

As XML files are ignored, I didn't see that.
This commit is contained in:
Sebastian Thiel
2015-03-01 11:47:32 +01:00
parent 0812068c90
commit e081017cb3
2 changed files with 22 additions and 2 deletions

20
etc/api/shared.xml Normal file
View File

@@ -0,0 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Contains values shared among all API implementations -->
<shared>
<!-- All APIs we are able to supposed build -->
<apis base-path="etc/api">
<api name="youtube" version="v3"/>
</apis>
<cargo>
<build version="0.0.1"/>
<authors>
<author name="Sebastian Thiel" email="byronimo@gmail"/>
</authors>
<keywords>
<word name="google"/>
<word name="protocol"/>
</keywords>
<!-- All APIs should live in the same repository -->
<repository url="https://github.com/Byron/youtube-rs"/>
</cargo>
</shared>