From 056f59346b727c9367998a423551eaba52854fce Mon Sep 17 00:00:00 2001 From: Andrew Guschin Date: Thu, 10 Nov 2022 14:56:20 +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=81=D0=B5=D0=B4=D1=8C=D0=BC=D0=B0=D1=8F=20=D0=BB=D0=B0?= =?UTF-8?q?=D0=B1=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lab7/Cargo.toml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 lab7/Cargo.toml (limited to 'lab7/Cargo.toml') diff --git a/lab7/Cargo.toml b/lab7/Cargo.toml new file mode 100644 index 0000000..c12df81 --- /dev/null +++ b/lab7/Cargo.toml @@ -0,0 +1,9 @@ +[package] +name = "lab7" +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