From 302d2810754930f7b5144e38cc3f572734a00ada Mon Sep 17 00:00:00 2001 From: "Adam H. Leventhal" Date: Wed, 18 Jan 2023 14:40:02 -0800 Subject: [PATCH] mention regress in the README --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d2e9831..fbe67d4 100644 --- a/README.md +++ b/README.md @@ -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