scratch-server 1.0.1

Simple HTTP Server
Documentation
# Git
.git
.gitignore
.github

# IDE
.vscode
.idea
*.swp
*.swo
*~

# Build artifacts
target/
Cargo.lock

# Documentation
*.md
LICENSE

# Docker
Dockerfile
.dockerignore
docker-compose.yml

# CI/CD
.gitlab-ci.yml
.travis.yml