From ce6e30f7272fd0c064ef52ac85cad1c0f05fd323 Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Tue, 10 Feb 2026 08:26:49 +0000 Subject: feat: добавить библиотеку common с ресурсами и буферами вывода; обновить зависимости в nres и rsli MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- crates/rsli/Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'crates/rsli/Cargo.toml') diff --git a/crates/rsli/Cargo.toml b/crates/rsli/Cargo.toml index 6f89e0a..faad224 100644 --- a/crates/rsli/Cargo.toml +++ b/crates/rsli/Cargo.toml @@ -4,4 +4,5 @@ version = "0.1.0" edition = "2021" [dependencies] +common = { path = "../common" } flate2 = { version = "1", default-features = false, features = ["rust_backend"] } -- cgit v1.2.3