diff options
author | Hub <Hub@web> | 2017-01-08 01:04:04 +0000 |
---|---|---|
committer | libopenraw <iki-libopenraw@freedesktop.org> | 2017-01-08 01:04:04 +0000 |
commit | 28447988a4dd1c7cbac99fc76d05989c0139e628 (patch) | |
tree | a4caa72c6f8d1700ebb17d3777a153a8ef9c179b | |
parent | d0907a8a07de631551f72166d886deb6474cd821 (diff) |
-rw-r--r-- | Exempi.mdwn | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Exempi.mdwn b/Exempi.mdwn index 9989233..68809e1 100644 --- a/Exempi.mdwn +++ b/Exempi.mdwn @@ -26,6 +26,13 @@ There is also a work in progress "exempi" command line tool starting in 2.2.0 To use Exempi 2.3.0 (or later) from Rust, juste use the crates: [[exempi|https://crates.io/crates/exempi]] and [[exempi-sys|https://crates.io/crates/exempi-sys]] +Just specify in your Cargo.toml file the following: + + [dependencies] + exempi = "2.3.0" + +Use the appropriate version as you see fit. It will require to have at least that version the exempi package. + ## Binary packages * check your favorite distribution. |