add rustache/rustache

This commit is contained in:
kud1ing 2014-10-12 19:28:14 +02:00
parent ed69e1fc19
commit 574f1f3d05
2 changed files with 7 additions and 0 deletions

View file

@ -132,6 +132,7 @@ Only projects that are stable and useful to users are added. Projects that do no
* Mustache
* [erickt/rust-mustache](https://github.com/erickt/rust-mustache) — [<img src="https://travis-ci.org/erickt/rust-mustache.svg?branch=master">](https://travis-ci.org/erickt/rust-mustache)
* [rustache/rustache](https://github.com/rustache/rustache) — [<img src="https://travis-ci.org/rustache/rustache.svg?branch=master">](https://travis-ci.org/rustache/rustache)
### Testing

View file

@ -400,6 +400,11 @@ DATA = \
"url": "https://github.com/sebcrozet/nphysics",
"unstable": True
},
"rustache/rustache": {
"url": "https://github.com/rustache/rustache",
"travis_url": "https://travis-ci.org/rustache/rustache",
"travis_badge": "https://travis-ci.org/rustache/rustache.svg?branch=master"
},
}
@ -609,6 +614,7 @@ entry( ' * ', 'erickt/rust-zmq', rows_stable, rows_unstable )
add( '\n### Template engine\n', rows_stable, rows_unstable )
add( '* Mustache', rows_stable, rows_unstable )
entry( ' * ', 'erickt/rust-mustache', rows_stable, rows_unstable )
entry( ' * ', 'rustache/rustache', rows_stable, rows_unstable )
add( '\n### Testing\n', rows_stable, rows_unstable )
entry( '* ', 'BurntSushi/quickcheck', rows_stable, rows_unstable )