From 032e1fa27ff9faa9a5d82624dbfc5fe8a48c339c Mon Sep 17 00:00:00 2001 From: Andrew Guschin Date: Sun, 11 Dec 2022 12:43:48 +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?=205=20=D0=BB=D0=B0=D0=B1=D0=BE=D1=80=D0=B0=D1=82=D0=BE=D1=80?= =?UTF-8?q?=D0=BD=D0=B0=D1=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lab5/Cargo.toml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 lab5/Cargo.toml (limited to 'lab5/Cargo.toml') diff --git a/lab5/Cargo.toml b/lab5/Cargo.toml new file mode 100644 index 0000000..944b5d7 --- /dev/null +++ b/lab5/Cargo.toml @@ -0,0 +1,8 @@ +[package] +name = "lab5" +version = "0.1.0" +edition = "2021" + +[dependencies] +eframe = "0.19.0" +fastrand = "1.8.0" -- cgit v1.2.3