Builds a basic api with rocket.rs, updates index.html
This commit is contained in:
14
Cargo.toml
14
Cargo.toml
@@ -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",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user