Sign up form and other stuff
[recipes.git] / common / Cargo.toml
index 4cec28b..059cf02 100644 (file)
@@ -2,8 +2,8 @@
 name = "common"
 version = "0.1.0"
 authors = ["GrĂ©gory Burri <greg.burri@gmail.com>"]
-edition = "2018"
-
-# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
+edition = "2021"
 
 [dependencies]
+regex = "1"
+lazy_static = "1"
\ No newline at end of file