Merge pull request #341 from djmitche/issue26

Add support for expiration
This commit is contained in:
Dustin J. Mitchell
2022-03-10 15:35:50 -05:00
committed by GitHub
8 changed files with 169 additions and 5 deletions

1
Cargo.lock generated
View File

@@ -1528,6 +1528,7 @@ dependencies = [
"actix-web",
"anyhow",
"cc",
"chrono",
"env_logger 0.8.4",
"lazy_static",
"log",