release: 0.2.0
This commit is contained in:
parent
c19801b7c7
commit
5a2095f403
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -2126,7 +2126,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "webterm"
|
name = "webterm"
|
||||||
version = "0.1.0"
|
version = "0.2.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"actix 0.8.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
"actix 0.8.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"actix-files 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
"actix-files 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
|
|||||||
@ -6,7 +6,7 @@ documentation = "https://docs.rs/webterm"
|
|||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
categories = ["web-programming", "web-programming::websocket", "web-programming::http-server", "command-line-utilities"]
|
categories = ["web-programming", "web-programming::websocket", "web-programming::http-server", "command-line-utilities"]
|
||||||
keywords = ["terminal", "xterm", "websocket", "terminus", "console"]
|
keywords = ["terminal", "xterm", "websocket", "terminus", "console"]
|
||||||
version = "0.1.0"
|
version = "0.2.0"
|
||||||
authors = ["fabian.freyer@physik.tu-berlin.de"]
|
authors = ["fabian.freyer@physik.tu-berlin.de"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
license = "BSD-3-Clause"
|
license = "BSD-3-Clause"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user