retrom-service 0.7.24

The Retrom video game library service
Documentation
1
2
3
4
5
6
7
8
9
10
11
{
  "name": "@retrom/service",
  "scripts": {
    "dev": "cargo run",
    "cargo-build": "cargo build",
    "format": "cargo fmt",
    "format:check": "cargo fmt --check",
    "lint": "cargo clippy",
    "lint:fix": "cargo clippy --fix"
  }
}