add Teepee to unstable

pull/4/head
kud1ing 10 years ago
parent e2516f081c
commit 750a15f64e

@ -125,6 +125,7 @@ A list of awesome but unstable/experimental Rust projects which some day hopeful
See also [http://arewewebyet.com/](http://arewewebyet.com/)
* Core
* [Teepee](http://teepee.rs/) — [<img src="https://travis-ci.org/teepee/teepee.svg?branch=master">](https://travis-ci.org/teepee/teepee)
* Client
* Server

@ -242,6 +242,12 @@ DATA = \
"travis_url": "https://travis-ci.org/chris-morgan/rust-http",
"travis_badge": "https://travis-ci.org/chris-morgan/rust-http.svg?branch=master"
},
"Teepee": {
"url": "http://teepee.rs/",
"travis_url": "https://travis-ci.org/teepee/teepee",
"travis_badge": "https://travis-ci.org/teepee/teepee.svg?branch=master",
'unstable': True
},
"hyperium/hyper": {
"url": "https://github.com/hyperium/hyper",
"travis_url": "https://travis-ci.org/hyperium/hyper",
@ -606,6 +612,7 @@ add( 'See also ' + md_link('http://arewewebyet.com/', 'http://arewewebyet.com/
add( '* Core', rows_stable, rows_unstable )
entry( ' * ', 'chris-morgan/rust-http', rows_stable, rows_unstable )
entry( ' * ', 'hyperium/hyper', rows_stable, rows_unstable )
entry( ' * ', 'Teepee', rows_stable, rows_unstable )
add( '* Client', rows_stable, rows_unstable )
entry( ' * ', 'carllerche/curl-rust', rows_stable, rows_unstable )
entry( ' * ', 'vhbit/curl-rs', rows_stable, rows_unstable )

Loading…
Cancel
Save