Code en Rust pour windows

This commit is contained in:
oussi
2026-04-07 15:37:57 +02:00
parent ff3e7ebe96
commit 9f95547aba
12 changed files with 1400 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
use chrono::{Duration, Local, NaiveDateTime};
use chrono::{Duration, Local, NaiveDateTime, Timelike};
use regex::Regex;
use serde::{Deserialize, Serialize};
use std::collections::{HashMap, HashSet};