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