[package] name = "easycurses" version = "0.13.0" authors = ["Lokathor "] repository = "https://github.com/Lokathor/easycurses-rs" readme = "README.md" keywords = ["curses", "tui"] description = "A crate that makes working with curses easy." license = "Zlib" [dependencies] pancurses = "0.16" [lib] name = "easycurses" path = "src/lib.rs" [profile.dev] panic = "unwind" [profile.test] panic = "unwind" [profile.bench] panic = "unwind" [profile.release] panic = "unwind"