From 3d058e9997b41f56ffab845c537620c1aa8a8549 Mon Sep 17 00:00:00 2001 From: husky Date: Sun, 10 Apr 2022 03:24:35 -0700 Subject: [PATCH] updated readme to be more helpful --- Cargo.toml | 2 +- README.md | 8 +++++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index f679f9a..4d82de7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "libfar" description = "Library for interacting with FAR archives" -version = "0.1.0" +version = "0.1.1" edition = "2021" authors = ["husky (fekhesk)"] homepage = "https://gitlab.com/realmicrosoft/libfar-rs" diff --git a/README.md b/README.md index 5147b7b..307443a 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,10 @@ # LibFar-rs ## Rust library for interacting with FAR archives. -check rust docs for more info. \ No newline at end of file +[docs](https://docs.rs/libfar/0.1.1/libfar/farlib/index.html) + +add to your project with +```toml +[dependencies] +libfar = "0.1.1" +``` \ No newline at end of file