total-recall 0.3.0

Application with GUI for keeping a to-do list.
[dependencies.eframe]
version = "0.16.0"

[dependencies.egui]
version = "0.16.1"

[dependencies.postgres]
version = "0.19.2"

[package]
authors = ["Stepanov Denis <stepanov.d.m@yandex.ru>"]
description = "Application with GUI for keeping a to-do list."
documentation = "https://docs.rs/total-recall"
edition = "2021"
keywords = ["todo", "app"]
license = "Apache-2.0"
name = "total-recall"
readme = "README.md"
repository = "https://github.com/stepanov-denis/total-recall/"
resolver = "2"
version = "0.3.0"