Made some pancurses interface, but it will lead to a bunch of problems. Commiting just for the history, will change it to web-view.

This commit is contained in:
Revertron
2019-12-08 12:32:51 +01:00
parent b5e36da737
commit 3eaf63ba79
2 changed files with 183 additions and 3 deletions
+2 -1
View File
@@ -3,13 +3,14 @@ name = "wyrd_ns"
version = "0.1.0"
authors = ["Revertron <rev@revertron.com>"]
edition = "2018"
#![windows_subsystem = "windows"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
rust-crypto = "^0.2"
num_cpus = "1.10.1"
byteorder = "1.3.2"
pancurses = "0.16"
serde = { version = "1.0.102", features = ["derive"] }
serde_json = "1.0.42"
num-bigint = "0.2"