[package] name = "total-recall" version = "0.3.0" edition = "2021" authors = ["Stepanov Denis "] description = "Application with GUI for keeping a to-do list." license = "Apache-2.0" repository = "https://github.com/stepanov-denis/total-recall/" keywords = ["todo", "app"] documentation = "https://docs.rs/total-recall" readme = "README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] egui = "0.16.1" eframe = "0.16.0" postgres = "0.19.2"