diff --git a/Cargo.toml b/Cargo.toml index b19018b..dcb7c7f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" } diff --git a/src/lib.rs b/src/lib.rs index b5dd56a..239db49 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -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]