updated readme to be more helpful

This commit is contained in:
husky 2022-04-10 03:24:35 -07:00
parent 97aecb0bd6
commit 3d058e9997
No known key found for this signature in database
GPG key ID: E00F7FA3381F0647
2 changed files with 8 additions and 2 deletions

View file

@ -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"

View file

@ -1,4 +1,10 @@
# LibFar-rs
## Rust library for interacting with FAR archives.
check rust docs for more info.
[docs](https://docs.rs/libfar/0.1.1/libfar/farlib/index.html)
add to your project with
```toml
[dependencies]
libfar = "0.1.1"
```