Skip to content

Commit

Permalink
Missing requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
LostQuasar committed Jun 14, 2024
1 parent d38b4d9 commit d36a263
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
name = "rzap"
version = "0.1.0"
edition = "2021"
license = "GPL-3.0"
description = "Interface with OpenShock via Rust"

[dependencies]
reqwest = { version = "0.11.27" }
Expand Down
4 changes: 2 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
//! # rzap
//!
//! This library provides an interface to controll shocker devices via [OpenShock](http://openshock.org)'s API
//! This library provides an interface to control shocker devices via [OpenShock](http://openshock.org)'s API
//!
//! **NOTE:** This is an un-official API iterface created by someone who has just started learning rust, no guarantees are made and contributions are greatly welcomed
//! **NOTE:** This is an un-official API interface created by someone who has just started learning rust, no guarantees are made and contributions are greatly welcomed
//!
//! ```toml
//! [dependencies]
Expand Down

0 comments on commit d36a263

Please sign in to comment.