Separate footer and fixed expiry date #46
2 changed files with 1239 additions and 879 deletions
Update dependencies
commit
56c3581df6
2163
Cargo.lock
generated
2163
Cargo.lock
generated
File diff suppressed because it is too large
Load diff
|
|
@ -1,5 +1,6 @@
|
|||
[workspace]
|
||||
members = [".", "packages/*"]
|
||||
resolver = "2"
|
||||
|
||||
[workspace.package]
|
||||
version = "0.4.1"
|
||||
|
|
@ -20,8 +21,8 @@ actix-multipart = "0.5.0"
|
|||
awc ={ version = "3.2.0", features = ["rustls"] }
|
||||
better_toml_datetime = { path = "packages/better_toml_datetime" }
|
||||
cargo-bundle-licenses = { version = "1.0.1", default-features = false }
|
||||
chrono = { version = "0.4.23", default-features = false, features = ["std","clock"] }
|
||||
chrono-tz = "0.8.1"
|
||||
chrono = { version = "0.4.44", default-features = false, features = ["std","clock"] }
|
||||
chrono-tz = "0.10.4"
|
||||
clap = { version = "4.1.4", features = ["derive", "env"] }
|
||||
futures-util = "0.3.25"
|
||||
handlebars = { version = "4.3.6", features = ["dir_source"] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue