# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "total-recall" version = "0.3.0" authors = ["Stepanov Denis "] description = "Application with GUI for keeping a to-do list." documentation = "https://docs.rs/total-recall" readme = "README.md" keywords = ["todo", "app"] license = "Apache-2.0" repository = "https://github.com/stepanov-denis/total-recall/" resolver = "2" [dependencies.eframe] version = "0.16.0" [dependencies.egui] version = "0.16.1" [dependencies.postgres] version = "0.19.2"