attic/token/Cargo.toml
2023-01-08 00:57:22 -07:00

20 lines
412 B
TOML

[package]
name = "attic-token"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
attic = { path = "../attic", default-features = false }
base64 = "0.20.0"
chrono = "0.4.23"
displaydoc = "0.2.3"
jwt-simple = "0.11.2"
lazy_static = "1.4.0"
regex = "1.7.0"
serde = "1.0.151"
serde_with = "2.1.0"
tracing = "0.1.37"