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