mention regress in the README

This commit is contained in:
Adam H. Leventhal 2023-01-18 14:40:02 -08:00
parent 7e64a98fd5
commit 302d281075
1 changed files with 7 additions and 1 deletions

View File

@ -58,10 +58,16 @@ Similarly, if there is a `format` field set to `uuid`:
And if there are any websocket channel endpoints:
```diff
[dependencies]
+base64 = "0.13"
+base64 = "0.21"
+rand = "0.8"
```
If types include regular expression validation:
```diff
[dependencies]
+regress = "0.4.1"
```
The macro has some additional fancy options to control the generated code:
```rust