updated readme to be more helpful
This commit is contained in:
parent
97aecb0bd6
commit
3d058e9997
2 changed files with 8 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
[package]
|
[package]
|
||||||
name = "libfar"
|
name = "libfar"
|
||||||
description = "Library for interacting with FAR archives"
|
description = "Library for interacting with FAR archives"
|
||||||
version = "0.1.0"
|
version = "0.1.1"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
authors = ["husky (fekhesk)"]
|
authors = ["husky (fekhesk)"]
|
||||||
homepage = "https://gitlab.com/realmicrosoft/libfar-rs"
|
homepage = "https://gitlab.com/realmicrosoft/libfar-rs"
|
||||||
|
|
|
@ -1,4 +1,10 @@
|
||||||
# LibFar-rs
|
# LibFar-rs
|
||||||
## Rust library for interacting with FAR archives.
|
## 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"
|
||||||
|
```
|
Loading…
Add table
Reference in a new issue