Builds a basic api with rocket.rs, updates index.html

This commit is contained in:
2019-02-02 15:27:13 +01:00
parent ee3271f772
commit 46532eee9e
9 changed files with 118 additions and 30 deletions

View File

@@ -1,9 +1,7 @@
[package]
name = "CookAssistant"
version = "0.1.0"
authors = ["artus <artus@landoftheunicorn.hd.free.fr>"]
edition = "2018"
[workspace]
[dependencies]
cookbook = { path = "cookbook/" }
planner = { path = "planner/" }
members = [
"cookbook",
"planner",
"web",
]