[package] name = "grui" version = "0.0.1" edition = "2021" description = "GUI library" license = "MIT" authors = ["Swapnil Tripathi "] [lib] name = "grui" [[bin]] name = "grui" path = "src/main.rs" [dependencies]