[package] name = "txt-viewer" version = "0.1.0" edition = "2021" authors = ["Stepanov Denis "] description = "Application for read txt files." license = "Apache-2.0" repository = "https://github.com/stepanov-denis/txt-viewer/" keywords = ["text", "txt", "viewer"] documentation = "https://docs.rs/txt-viewer" readme = "README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] gtk4 = "0.3.1"