From 1136cb55620a16a93f9847d6d670503857900c91 Mon Sep 17 00:00:00 2001 From: Andrew Guschin Date: Thu, 6 Oct 2022 14:48:46 +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=D1=87=D0=B5=D1=82=D0=B2=D1=91=D1=80=D1=82=D0=B0=D1=8F=20?= =?UTF-8?q?=D0=BB=D0=B0=D0=B1=D0=BE=D1=80=D0=B0=D1=82=D0=BE=D1=80=D0=BD?= =?UTF-8?q?=D0=B0=D1=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lab4/Cargo.toml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 lab4/Cargo.toml (limited to 'lab4/Cargo.toml') diff --git a/lab4/Cargo.toml b/lab4/Cargo.toml new file mode 100644 index 0000000..1370852 --- /dev/null +++ b/lab4/Cargo.toml @@ -0,0 +1,9 @@ +[package] +name = "lab1" +version = "0.1.0" +edition = "2021" + +# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html + +[dependencies] +rug = "1.17" -- cgit v1.2.3