Removing old unused files from project

This commit is contained in:
shockrah 2020-06-02 03:39:39 -07:00
parent d1cfc4284c
commit 43a122b855
3 changed files with 0 additions and 33 deletions

View File

@ -1,19 +0,0 @@
BUILD=cargo build
build:
$(BUILD)
sass:
sh scripts/build-sass.sh build
sass-live:
sh scripts/build-sass.sh watch
test:
cargo test -- --nocapture
release:
$(BUILD) --release
run:
# Running server
cargo run

View File

@ -1,12 +0,0 @@
[development]
address="localhost"
port=8080
templates_dir="static/html/"
[production]
address="localhost"
port=8080
templates_dir="static/html/"
[global.databases.freechat]
url = "mysql://freechat_dev:password@localhost:3306/freechat"

View File

@ -1,2 +0,0 @@
[print_schema]
file = "src/schema.rs"