diff --git a/Cargo.lock b/Cargo.lock index 2908887..5124ffb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -265,6 +265,7 @@ dependencies = [ "askama", "askama_axum", "asklyphe-common", + "astro-float", "async-nats", "axum", "axum-extra", diff --git a/asklyphe-frontend/Cargo.toml b/asklyphe-frontend/Cargo.toml index d495bee..0c99a15 100644 --- a/asklyphe-frontend/Cargo.toml +++ b/asklyphe-frontend/Cargo.toml @@ -39,4 +39,6 @@ url_encoded_data = "0.6.1" strum = "0.27.1" strum_macros = "0.27.1" +astro-float = "0.9.2" + env_logger = "*"