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