1
0
Fork 0
mirror of https://github.com/zhaofengli/attic.git synced 2025-03-06 08:47:05 +00:00
attic/token/Cargo.toml

20 lines
412 B
TOML
Raw Normal View History

2023-01-08 00:57:22 -07: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-05-28 15:21:59 -06:00
base64 = "0.21.2"
chrono = "0.4.24"
displaydoc = "0.2.4"
jwt-simple = "0.11.5"
2023-01-08 00:57:22 -07:00
lazy_static = "1.4.0"
2023-05-28 15:21:59 -06:00
regex = "1.8.3"
serde = "1.0.163"
2023-05-28 15:21:59 -06:00
serde_with = "3.0.0"
2023-01-08 00:57:22 -07:00
tracing = "0.1.37"