ezidam/crates/refresh_tokens/Cargo.toml

12 lines
224 B
TOML

[package]
name = "refresh_tokens"
version = "0.0.0"
edition = "2021"
[dependencies]
thiserror = { workspace = true }
chrono = { workspace = true }
# local crates
database = { path = "../database" }
id = { path = "../id" }