aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordecapo012019-10-30 21:28:01 -0600
committerdecapo012019-10-30 21:28:01 -0600
commit315b9c9c3b009b3e43e7c72bb6e5c9a513ea8677 (patch)
treeb0333f91031ad2b152256c8afad12b8f75b4af5c
parent87cf7cdac24dd0d4ea83a8a88640da95ae7ac93a (diff)
downloadvalidator-315b9c9c3b009b3e43e7c72bb6e5c9a513ea8677.tar.bz2
added installation instructions
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index 875f066..4490837 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.30.
+Installation:
+
+```toml
+[dependencies]
+validator = "0.10"
+validator_derive = "0.10"
+```
+
A short example:
```rust