Builds a basic api with rocket.rs, updates index.html
This commit is contained in:
17
web/Cargo.toml
Normal file
17
web/Cargo.toml
Normal file
@@ -0,0 +1,17 @@
|
||||
[package]
|
||||
name = "web"
|
||||
version = "0.1.0"
|
||||
authors = ["artus40 <artus@landoftheunicorn.ovh>"]
|
||||
edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
rocket = "0.4.0"
|
||||
cookbook = { path = "../cookbook/" }
|
||||
serde = "1.0"
|
||||
serde_derive = "1.0"
|
||||
|
||||
|
||||
[dependencies.rocket_contrib]
|
||||
version = "0.4.0"
|
||||
default-features = false
|
||||
features = ["json", "diesel_sqlite_pool"]
|
||||
Reference in New Issue
Block a user