From 3c06e768d603ea4452fc95cc48951af9270f76a1 Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Wed, 11 Feb 2026 22:00:46 +0000 Subject: feat: добавить поддержку атомарной замены файлов для Windows и тесты на максимальную длину имени MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- crates/nres/Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'crates/nres/Cargo.toml') diff --git a/crates/nres/Cargo.toml b/crates/nres/Cargo.toml index 7f85352..25f3494 100644 --- a/crates/nres/Cargo.toml +++ b/crates/nres/Cargo.toml @@ -5,3 +5,6 @@ edition = "2021" [dependencies] common = { path = "../common" } + +[target.'cfg(windows)'.dependencies] +windows-sys = { version = "0.59", features = ["Win32_Storage_FileSystem"] } -- cgit v1.2.3