From e66811d1b88034c60e8806ed4d7be7eefdaa67f2 Mon Sep 17 00:00:00 2001 From: visil Date: Mon, 9 Oct 2023 22:03:54 +0300 Subject: =?UTF-8?q?=D0=92=D1=8B=D0=BF=D0=BE=D0=BB=D0=BD=D0=B5=D0=BD=D0=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Cargo.toml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 Cargo.toml (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..ba31b37 --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,8 @@ +[package] +name = "занятие1" +version = "0.1.0" +edition = "2021" + +# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html + +[dependencies] -- cgit v1.2.3