From 292ee3a5eafb96e6d17e6ca38cdf102d804e9743 Mon Sep 17 00:00:00 2001 From: Andrew Guschin Date: Thu, 6 Oct 2022 13:34:53 +0400 Subject: =?UTF-8?q?=D0=92=D0=B7=D0=BB=D0=B5=D1=82=D0=B0=D0=B5=D0=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lab1/Cargo.toml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 lab1/Cargo.toml (limited to 'lab1/Cargo.toml') diff --git a/lab1/Cargo.toml b/lab1/Cargo.toml new file mode 100644 index 0000000..1370852 --- /dev/null +++ b/lab1/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