Skip to content

Commit

Permalink
Add crates.io badge
Browse files Browse the repository at this point in the history
  • Loading branch information
fwcd committed Dec 23, 2023
1 parent c3300dc commit 83f6187
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Project Lighthouse Client for Rust

[![crates.io](https://img.shields.io/crates/v/lighthouse-client)](https://crates.io/crates/lighthouse-client)
[![Build](https://github.com/ProjectLighthouseCAU/lighthouse-rust/actions/workflows/build.yml/badge.svg)](https://github.com/ProjectLighthouseCAU/lighthouse-rust/actions/workflows/build.yml)

An asynchronous API client library for a light installation at the University of Kiel, written in Rust. The library is defined in terms of `futures` and can thus be used with any async runtime, though additional convenience functions are provided for `async-std` and `tokio`. The latter can be enabled via the corresponding crate features.
Expand Down

0 comments on commit 83f6187

Please sign in to comment.