webapp-backend 1.0.0

A web application completely written in Rust
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
---
name: webapp.rs
bin_name: backend
author: Sascha Grunert <mail@saschagrunert.de>
about: The web server backend of webapp.rs
after_help: 'More info at: https://github.com/saschagrunert/webapp.rs'
global_settings:
  - ColoredHelp

args:
  - config:
      default_value: Config.toml
      env: CONFIG_FILE
      help: File path to the configuration file
      long: config-file
      short: c
      value_name: PATH