]> git.proxmox.com Git - pve-xtermjs.git/blob - Cargo.toml
detect not running guests and add start button
[pve-xtermjs.git] / Cargo.toml
1 [package]
2 name = "termproxy"
3 version = "4.16.0"
4 authors = [
5 "Dominik Csapak <d.csapak@proxmox.com>",
6 "for xterm.js parts: The xterm.js authors <https://github.com/xtermjs/xterm.js>",
7 ]
8 edition = "2018"
9 license = "AGPL-3"
10
11 exclude = [ "build", "debian" ]
12
13 [dependencies]
14 anyhow = "1"
15 mio = { version = "0.7", features = [ "net", "os-ext" ] }
16 ureq = { version = "2.4", default-features = false, features = [ "gzip" ] }
17 clap = "2.33"
18 proxmox-io = "1"
19 proxmox-sys = "0.2"