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:
+2
-1
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user