ferrisup 0.2.5

A versatile Rust project bootstrapping tool - start anywhere, scale anywhere
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "version": 2,
  "functions": {
    "api/index.rs": {
      "runtime": "vercel-rust@4.0.0"
    }
  },
  "routes": [
    {
      "src": "/(.*)",
      "dest": "/api/index.rs"
    }
  ]
}