Makefile and documentation
e145ea75641793aaba05be2b89d9b0922ff53142
a804edec9b696040ccf81cbce7ad871f8002e4d2
@@ -0,0 +1,5 @@ +build: + cargo build + +doc: + cargo doc --no-deps
@@ -0,0 +1,5 @@
@@ -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** >
@@ -1,7 +1,7 @@