mirror of
https://github.com/djibux/BoilR.git
synced 2026-09-01 14:03:42 +02:00
Add uplay syncrhonization
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
use std::{ fs::File, io::Write, path::Path};
|
||||
use dashmap::DashMap;
|
||||
use std::{fs::File, io::Write, path::Path};
|
||||
|
||||
type SearchMap = DashMap<u32, (String, usize)>;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user