mirror of
https://github.com/tuono-labs/tuono
synced 2026-07-31 14:52:46 -07:00
chore: update cargo edition to 2024 (#673)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
use crate::{ssr::Js, Payload};
|
||||
use crate::{Payload, ssr::Js};
|
||||
use axum::extract::{Path, Request};
|
||||
use axum::response::Html;
|
||||
use std::collections::HashMap;
|
||||
|
||||
Reference in New Issue
Block a user