mirror of
https://github.com/rust-unofficial/awesome-rust
synced 2024-11-22 11:53:06 +00:00
travis
This commit is contained in:
parent
4321dd490a
commit
8a72eacef7
2 changed files with 3 additions and 1 deletions
|
@ -92,7 +92,7 @@ Only projects that are stable and useful to users are added. Projects that do no
|
|||
* PostgreSql
|
||||
* [sfackler/rust-postgres](https://github.com/sfackler/rust-postgres) — a native [PostgreSQL](http://www.postgresql.org) client [<img src="https://travis-ci.org/sfackler/rust-postgres.svg?branch=master">](https://travis-ci.org/sfackler/rust-postgres)
|
||||
* Sqlite
|
||||
* [linuxfood/rustsqlite](https://github.com/linuxfood/rustsqlite) — [Sqlite3](http://www.sqlite.org/) bindings
|
||||
* [linuxfood/rustsqlite](https://github.com/linuxfood/rustsqlite) — [Sqlite3](http://www.sqlite.org/) bindings [<img src="https://travis-ci.org/linuxfood/rustsqlite.svg?branch=master">](https://travis-ci.org/linuxfood/rustsqlite)
|
||||
|
||||
### Date and time
|
||||
|
||||
|
|
|
@ -285,6 +285,8 @@ DATA = \
|
|||
"linuxfood/rustsqlite": {
|
||||
"url": "https://github.com/linuxfood/rustsqlite",
|
||||
"descr": md_link('Sqlite3', 'http://www.sqlite.org/') + " bindings",
|
||||
"travis_url": "https://travis-ci.org/linuxfood/rustsqlite",
|
||||
"travis_badge": "https://travis-ci.org/linuxfood/rustsqlite.svg?branch=master"
|
||||
},
|
||||
"dwrensha/capnproto-rust": {
|
||||
"url": "https://github.com/dwrensha/capnproto-rust",
|
||||
|
|
Loading…
Reference in a new issue