aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-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