Skip to content

Commit

Permalink
Makefile and documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
GilOliveira committed May 2, 2023
1 parent a804ede commit e145ea7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
build:
cargo build

doc:
cargo doc --no-deps
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# omglol crate for Rust
A asynchronous Rust wrapper for the omg.lol API by [Gil](https://gil.lol).

LICENSE: MPL 2.0 (see [`LICENSE`](LICENSE))
LICENSE: MPL 2.0 (see [`LICENSE`](/LICENSE))

> **Warning**: **This is a work in progress**
>
Expand Down

0 comments on commit e145ea7

Please sign in to comment.