rnx 0.7.0

The Rust web development scaffold, support salvo and axum
# Dependency directories (remove the comment below to include it)
# vendor/

# Generated by MacOS
.DS_Store

# Git
.git/

# JetBrains IDE
.idea/

# VSCode
.vscode/

# Generated by Cargo
# will have compiled files and executables
target/

# Log files
*.log
*.log.*