Skip to content

Commit

Permalink
docs: Add docs.rs badge
Browse files Browse the repository at this point in the history
  • Loading branch information
scottbot95 committed Mar 23, 2024
1 parent 0756990 commit f19a9de
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,14 @@ Tick-aware Async Runtime for Screeps

[![Crates.io][crates-badge]][crates-url]
[![CI][actions-badge]][actions-url]
[![docs.rs version badge][docsrs-badge]][docs]

[crates-badge]: https://img.shields.io/crates/v/screeps-async.svg
[crates-url]: https://crates.io/crates/screeps-async
[actions-badge]: https://github.com/rustyscreeps/screeps-async/actions/workflows/ci.yml/badge.svg
[actions-url]: https://github.com/rustyscreeps/screeps-async/actions/workflows/ci.yml
[docsrs-badge]: https://docs.rs/screeps-async/badge.svg
[docs]: https://docs.rs/screeps-async/

### Getting Started
Add `screeps-async` to your `Cargo.toml`
Expand Down

0 comments on commit f19a9de

Please sign in to comment.