attic/token/Cargo.toml

20 lines
412 B
TOML
Raw Normal View History

2023-01-08 07:57:22 +00:00
[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 }
2023-03-05 18:05:11 +00:00
base64 = "0.21.0"
2023-01-08 07:57:22 +00:00
chrono = "0.4.23"
displaydoc = "0.2.3"
2023-03-05 18:05:11 +00:00
jwt-simple = "0.11.4"
2023-01-08 07:57:22 +00:00
lazy_static = "1.4.0"
2023-03-05 18:05:11 +00:00
regex = "1.7.1"
serde = "1.0.152"
serde_with = "2.2.0"
2023-01-08 07:57:22 +00:00
tracing = "0.1.37"