chore(server): use native file-type implementation (#6686)

This commit is contained in:
Brooooooklyn
2024-04-29 04:46:26 +00:00
parent f98db24391
commit 81729703d9
10 changed files with 25 additions and 47 deletions
+1
View File
@@ -1,5 +1,6 @@
#![deny(clippy::all)]
pub mod file_type;
pub mod hashcash;
use std::fmt::{Debug, Display};