Simple rust blog engine
Go to file
2018-10-10 23:55:00 +08:00
migrations feat: base structure of admin panel. 2018-10-10 23:55:00 +08:00
src feat: base structure of admin panel. 2018-10-10 23:55:00 +08:00
static feat: base structure of admin panel. 2018-10-10 23:55:00 +08:00
.gitignore feat: add rocket.toml 2018-09-14 00:18:59 +08:00
Cargo.toml feat: serve static files 2018-10-10 15:19:33 +08:00
Dockerfile feat: define the default port for docker and add cargo.toml to docker 2018-10-09 23:52:06 +08:00
entrypoint.sh feat: use multistage docker to minimize image's size 2018-10-08 23:36:36 +08:00
LICENSE Initial commit 2018-09-10 11:01:21 +08:00
Procfile chore: remove secret_key from config file 2018-10-07 14:25:50 +08:00
Rocket.toml feat: define the default port for docker and add cargo.toml to docker 2018-10-09 23:52:06 +08:00
rust-toolchain feat: add heroku support to build a runnable demo. 2018-10-07 12:38:31 +08:00
RustConfig chore: add diesel flag for diesel cli 2018-10-07 13:31:35 +08:00