Sign up form and other stuff
[recipes.git] / common / Cargo.toml
1 [package]
2 name = "common"
3 version = "0.1.0"
4 authors = ["GrĂ©gory Burri <greg.burri@gmail.com>"]
5 edition = "2021"
6
7 [dependencies]
8 regex = "1"
9 lazy_static = "1"