From 4862c2cf3eafdb6fa017a4e86a6fad8b4fc64171 Mon Sep 17 00:00:00 2001 From: Andrew Guschin Date: Sun, 13 Nov 2022 11:50:28 +0400 Subject: =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB=D0=B5=D0=BD=D0=B0?= =?UTF-8?q?=20=D0=B2=D1=82=D0=BE=D1=80=D0=B0=D1=8F=20=D0=BB=D0=B0=D0=B1?= =?UTF-8?q?=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lab2/Cargo.toml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 lab2/Cargo.toml (limited to 'lab2/Cargo.toml') diff --git a/lab2/Cargo.toml b/lab2/Cargo.toml new file mode 100644 index 0000000..498976c --- /dev/null +++ b/lab2/Cargo.toml @@ -0,0 +1,11 @@ +[package] +name = "lab2" +version = "0.1.0" +edition = "2021" + +# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html + +[dependencies] +eframe = "0.19.0" +fastrand = "1.8.0" +base64 = "0.13.1" -- cgit v1.2.3