Add support for caseless group name matching in HTML input elements

This commit is contained in:
Keith Yeung 2015-09-28 17:22:35 -07:00
parent 4823ec947e
commit 5c9a25d46b
6 changed files with 19 additions and 23 deletions

View file

@ -90,3 +90,4 @@ euclid = "0.2"
tendril = "0.1.1"
rand = "0.3"
serde = "0.6"
caseless = "0.1.0"