Skip to content

Commit 10123e5

Browse files
authored
Merge pull request #42 from ryanfowler/add-readme-badges
Add crates.io and docs.rs badges to README
2 parents ad7ddfd + 07ecdbd commit 10123e5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# async-sqlite
22

3+
[![Crates.io](https://img.shields.io/crates/v/async-sqlite)](https://crates.io/crates/async-sqlite)
4+
[![docs.rs](https://img.shields.io/docsrs/async-sqlite)](https://docs.rs/async-sqlite)
5+
36
A library to interact with sqlite from an async context.
47

58
This library is tested on both [tokio](https://docs.rs/tokio/latest/tokio/)

0 commit comments

Comments
 (0)