1 unstable release
0.1.0 | Feb 7, 2025 |
---|
#2002 in Command line utilities
129 downloads per month
10KB
176 lines
rsup_config
This crate used the rsup
tools. See rsup
lib.rs
:
读取配置文件 操作配置文件 默认目录: macos|linux: /opt/rsup windows: C:\Program Files\rsup
配置文件: config.toml
配置文件格式:
name = "rsup"
version = "0.1.0"
dir = "/opt/rsup"
[web]
port = 8888
static_dir = "/opt/rsup/web"
[pkg]
npm_registry = "https://registry.npmmirror.com"
Dependencies
~3–9.5MB
~84K SLoC