Added datetime field.
This commit is contained in:
@ -8,6 +8,7 @@ edition = "2021"
|
||||
[dependencies]
|
||||
axum = "0.7.4"
|
||||
axum-extra = { version = "0.9.2", features = ["cookie-signed"] }
|
||||
chrono = { version = "0.4.40", features = ["now"] }
|
||||
clap = { version = "4.5.1", features = ["derive"] }
|
||||
rand = "0.8.5"
|
||||
tokio = { version = "1.36.0", features = ["full"] }
|
||||
|
Reference in New Issue
Block a user