Skip to content

Commit a6a236a

Browse files
committed
docs: update README for crates.io publication
1 parent 43fec6d commit a6a236a

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,20 @@
11
# libversion-sys
22

3+
[![Crates.io](https://img.shields.io/crates/v/libversion-sys.svg)](https://crates.io/crates/libversion-sys)
4+
[![docs.rs](https://docs.rs/libversion-sys/badge.svg)](https://docs.rs/libversion-sys)
5+
[![License: MIT](https://img.shields.io/crates/l/libversion-sys.svg)](LICENSE)
6+
37
Rust FFI bindings to [libversion](https://github.com/repology/libversion), an advanced version string comparison library.
48

5-
The C source is included as a Git submodule and compiled from source via CMake -- no system-level installation of libversion is required.
9+
The C source is included and compiled from source via CMake -- no system-level installation of libversion is required.
610

711
## Usage
812

913
Add to `Cargo.toml`:
1014

1115
```toml
1216
[dependencies]
13-
libversion-sys = { git = "https://github.com/DUpdateSystem/libversion-sys" }
17+
libversion-sys = "0.1"
1418
```
1519

1620
### Safe API

0 commit comments

Comments
 (0)