Update rust (#93)

Reviewed-on: #93
Co-authored-by: phoenix <mail@kundeng.us>
Co-committed-by: phoenix <mail@kundeng.us>
This commit is contained in:
2026-05-03 17:41:40 -04:00
committed by phoenix
parent 7ebffd8dd7
commit e2995fd223
7 changed files with 51 additions and 114 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
use std::io::Write;
use rand::Rng;
use rand::RngExt;
const FILENAME_LENGTH: i32 = 16;
+1 -1
View File
@@ -1,6 +1,6 @@
use std::io::Write;
use rand::Rng;
use rand::RngExt;
use serde::{Deserialize, Serialize};
use crate::constants;