[package] name = "fowlhouse_bay" version = "0.3.0" authors = ["Dennis Jehle"] edition = "2018" license = "MIT" description = "A tui client which allows the user to create multiple ASCII windows, displaying messages provided through std::sync::mpsc::channel. Note: at the moment this crate should not be used, the API is not stable at all, also there are almost no unit tests." repository = "https://github.com/Amityville-DE/fowlhouse_bay" documentation = "https://docs.rs/fowlhouse_bay" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] regex = "1.3.6" crossterm = "0.17.0"