Beginning of frontend + recipe editing
[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"
10
11 ron = "0.8"
12 serde = {version = "1.0", features = ["derive"]}