20 lines
465 B
TOML
20 lines
465 B
TOML
|
[package]
|
||
|
name = "whakarite"
|
||
|
version = "0.1.0"
|
||
|
edition = "2021"
|
||
|
description = "Organize..."
|
||
|
license = "GPL-3.0-or-later"
|
||
|
repository = "https://git.onders.org/finga/whakarite"
|
||
|
readme = "../README.md"
|
||
|
keywords = ["remind"]
|
||
|
categories = ["utility"]
|
||
|
|
||
|
[dependencies]
|
||
|
anyhow = "1"
|
||
|
log = "0.4"
|
||
|
tracing = "0.1"
|
||
|
tracing-subscriber = "0.3"
|
||
|
time = "0.3"
|
||
|
lettre = { version = "0.10", features = ["tracing"] }
|
||
|
diesel = { version = "2", features = ["postgres", "r2d2", "time"] }
|