[package] name = "tommilligan_rmatrix" version = "0.0.1" authors = [ "Lucas Rooyakkers ", "Tom Milligan " ] description = "rust port of cmatrix" license = "Apache-2.0" repository = "https://github.com/tommilligan/rmatrix" [dependencies] crossbeam-channel = "^0.3.3" pancurses = "^0.16.0" rand = "^0.6.1" rand_xorshift = "^0.1.0" signal-hook = "^0.1.6" structopt = "^0.2.14" term_size = "^0.3.1"