back with rocket, using leptos 0.7.0-rc1 ssr only

This commit is contained in:
Philippe Loctaux 2024-11-08 17:59:03 +01:00
parent feba0ad668
commit 1d1b7db7b7
26 changed files with 1573 additions and 1532 deletions

View file

@ -4,7 +4,7 @@ use location::Gps;
use location::Location;
use location::parse_coordinates;
use exif::{DateTime, Exif, In, Tag};
use exif::{DateTime, In, Tag};
use serde::Serialize;
use std::fs::ReadDir;
use std::io::BufReader;