Revert "Start backend with rocket.rs"

This reverts commit 28011b8f93.
This commit is contained in:
2021-11-09 21:41:29 +01:00
parent b246ba83d1
commit 7edf459485
5 changed files with 0 additions and 1440 deletions

View File

@@ -1,10 +0,0 @@
[package]
name = "schach"
version = "0.1.0"
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
rocket = { version = "0.5.0-rc.1", features = ["json"] }
serde = "1.0.127"