updated cargo files

This commit is contained in:
Book-reader 2025-09-06 16:07:57 +12:00
parent b101b5af51
commit 5b1e215b77
2 changed files with 3 additions and 0 deletions

1
Cargo.lock generated
View file

@ -265,6 +265,7 @@ dependencies = [
"askama", "askama",
"askama_axum", "askama_axum",
"asklyphe-common", "asklyphe-common",
"astro-float",
"async-nats", "async-nats",
"axum", "axum",
"axum-extra", "axum-extra",

View file

@ -39,4 +39,6 @@ url_encoded_data = "0.6.1"
strum = "0.27.1" strum = "0.27.1"
strum_macros = "0.27.1" strum_macros = "0.27.1"
astro-float = "0.9.2"
env_logger = "*" env_logger = "*"