A Makefile => Makefile +5 -0
@@ 0,0 1,5 @@
+build:
+ cargo build
+
+doc:
+ cargo doc --no-deps<
\ No newline at end of file
M README.md => README.md +1 -1
@@ 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**
>