aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVincent Prouillet2019-10-31 08:58:15 +0000
committerGitHub2019-10-31 08:58:15 +0000
commit0153ed9bf9af0fa21296d8f6ab9f62b702642c02 (patch)
tree359fae76b470e4f720acb882762f507706a654e6
parent97a11c88f26b00e897d21709d9576ad3cea6f220 (diff)
parent315b9c9c3b009b3e43e7c72bb6e5c9a513ea8677 (diff)
downloadvalidator-0153ed9bf9af0fa21296d8f6ab9f62b702642c02.tar.bz2
Merge pull request #90 from decapo01/master
added installation instructions
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index 9330c6f..ccec4e7 100644
--- a/README.md
+++ b/README.md
@@ -7,6 +7,14 @@ Macros 1.1 custom derive to simplify struct validation inspired by [marshmallow]
It requires Rust 1.33.
+Installation:
+
+```toml
+[dependencies]
+validator = "0.10"
+validator_derive = "0.10"
+```
+
A short example:
```rust