This commit is contained in:
oussi
2026-04-27 12:03:08 +02:00
parent ca69337afb
commit c7892748dc
2737 changed files with 2376 additions and 861 deletions

View File

@@ -0,0 +1 @@
9e85afe537fc86e8

View File

@@ -0,0 +1 @@
{"rustc":17940977064402226622,"features":"[]","declared_features":"[]","target":4870624890135534167,"profile":6675295047989516842,"path":4942398508502643691,"deps":[[1074175012458081222,"form_urlencoded",false,14951085645943893840],[2620434475832828286,"http",false,6071307373105905826],[3090680948674328179,"lettre",false,7294121677355515745],[3601586811267292532,"tower",false,11634724397043316005],[3856126590694406759,"chrono",false,4178354870734079478],[4246786359834650171,"tokio",false,10896739638684196198],[4493684077801001232,"tower_sessions",false,18133375105517734556],[4891297352905791595,"axum",false,14099189664664779053],[4914321236340703631,"bcrypt",false,14755762523720588294],[5380358770761950913,"tracing_subscriber",false,6827282517798072506],[9293239362693504808,"glob",false,6089759698512861091],[10456045882549826531,"flate2",false,10020535731369569206],[13208667028893622512,"rand",false,11815831091193453494],[13548984313718623784,"serde",false,4755198247368830486],[13609823291941557425,"tera",false,12977442499371240065],[13795362694956882968,"serde_json",false,14317311717721046485],[14435908599267459652,"tower_http",false,2846312450643183783],[14757622794040968908,"tracing",false,17213290732951300318],[16611674984963787466,"async_trait",false,14792332986729928676],[17109794424245468765,"regex",false,7952165508439889423],[17325453097244291330,"reqwest",false,12086722199308640317],[18125214942353588859,"sysinfo",false,2362204546336296248]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/supervision-24001e4318d160e4/dep-bin-supervision","checksum":false}}],"rustflags":[],"config":8247474407144887393,"compile_kind":0}

View File

@@ -0,0 +1 @@
This file has an mtime of when this was started.

View File

@@ -0,0 +1,3 @@
{"$message_type":"diagnostic","message":"method `update` is never used","code":{"code":"dead_code","explanation":null},"level":"warning","spans":[{"file_name":"src/config.rs","byte_start":3960,"byte_end":3978,"line_start":145,"line_end":145,"column_start":1,"column_end":19,"is_primary":false,"text":[{"text":"impl ConfigManager {","highlight_start":1,"highlight_end":19}],"label":"method in this implementation","suggested_replacement":null,"suggestion_applicability":null,"expansion":null},{"file_name":"src/config.rs","byte_start":5154,"byte_end":5160,"line_start":184,"line_end":184,"column_start":12,"column_end":18,"is_primary":true,"text":[{"text":" pub fn update(&mut self, config: Config) {","highlight_start":12,"highlight_end":18}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"`#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default","code":null,"level":"note","spans":[],"children":[],"rendered":null}],"rendered":"\u001b[1m\u001b[33mwarning\u001b[0m\u001b[1m: method `update` is never used\u001b[0m\n \u001b[1m\u001b[94m--> \u001b[0msrc/config.rs:184:12\n \u001b[1m\u001b[94m|\u001b[0m\n\u001b[1m\u001b[94m145\u001b[0m \u001b[1m\u001b[94m|\u001b[0m impl ConfigManager {\n \u001b[1m\u001b[94m|\u001b[0m \u001b[1m\u001b[94m------------------\u001b[0m \u001b[1m\u001b[94mmethod in this implementation\u001b[0m\n\u001b[1m\u001b[94m...\u001b[0m\n\u001b[1m\u001b[94m184\u001b[0m \u001b[1m\u001b[94m|\u001b[0m pub fn update(&mut self, config: Config) {\n \u001b[1m\u001b[94m|\u001b[0m \u001b[1m\u001b[33m^^^^^^\u001b[0m\n \u001b[1m\u001b[94m|\u001b[0m\n \u001b[1m\u001b[94m= \u001b[0m\u001b[1mnote\u001b[0m: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default\n\n"}
{"$message_type":"diagnostic","message":"field `0` is never read","code":{"code":"dead_code","explanation":null},"level":"warning","spans":[{"file_name":"src/routes/mod.rs","byte_start":2636,"byte_end":2644,"line_start":96,"line_end":96,"column_start":12,"column_end":20,"is_primary":false,"text":[{"text":"pub struct AuthUser(pub String);","highlight_start":12,"highlight_end":20}],"label":"field in this struct","suggested_replacement":null,"suggestion_applicability":null,"expansion":null},{"file_name":"src/routes/mod.rs","byte_start":2645,"byte_end":2655,"line_start":96,"line_end":96,"column_start":21,"column_end":31,"is_primary":true,"text":[{"text":"pub struct AuthUser(pub String);","highlight_start":21,"highlight_end":31}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"consider removing this field","code":null,"level":"help","spans":[],"children":[],"rendered":null}],"rendered":"\u001b[1m\u001b[33mwarning\u001b[0m\u001b[1m: field `0` is never read\u001b[0m\n \u001b[1m\u001b[94m--> \u001b[0msrc/routes/mod.rs:96:21\n \u001b[1m\u001b[94m|\u001b[0m\n\u001b[1m\u001b[94m96\u001b[0m \u001b[1m\u001b[94m|\u001b[0m pub struct AuthUser(pub String);\n \u001b[1m\u001b[94m|\u001b[0m \u001b[1m\u001b[94m--------\u001b[0m \u001b[1m\u001b[33m^^^^^^^^^^\u001b[0m\n \u001b[1m\u001b[94m|\u001b[0m \u001b[1m\u001b[94m|\u001b[0m\n \u001b[1m\u001b[94m|\u001b[0m \u001b[1m\u001b[94mfield in this struct\u001b[0m\n \u001b[1m\u001b[94m|\u001b[0m\n \u001b[1m\u001b[94m= \u001b[0m\u001b[1mhelp\u001b[0m: consider removing this field\n\n"}
{"$message_type":"diagnostic","message":"2 warnings emitted","code":null,"level":"warning","spans":[],"children":[],"rendered":"\u001b[1m\u001b[33mwarning\u001b[0m\u001b[1m: 2 warnings emitted\u001b[0m\n\n"}