diff options
-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. |