[package] name = "ic_helper" version = "0.1.0" authors = ["Raúl Gilabert Gámez"] edition = "2021" repository = "https://github.com/raulgilabert/ICHelper" license = "GPL-3.0" description = "Simple program to help FIB IC students to do the SISA exercices" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] clearscreen = "1.0.10" tui = "0.19" crossterm = "0.25"