From 93db2b69e22acb39dae3565efd2b935602315cd3 Mon Sep 17 00:00:00 2001 From: Andrew Guschin Date: Thu, 13 Oct 2022 15:44:26 +0400 Subject: =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=B8=D0=BB=20=D1=88?= =?UTF-8?q?=D0=B5=D1=81=D1=82=D1=83=D1=8E=20=D0=BB=D0=B0=D0=B1=D1=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lab6/Cargo.toml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 lab6/Cargo.toml (limited to 'lab6/Cargo.toml') diff --git a/lab6/Cargo.toml b/lab6/Cargo.toml new file mode 100644 index 0000000..1370852 --- /dev/null +++ b/lab6/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