summaryrefslogtreecommitdiff
path: root/lab5/Cargo.toml
diff options
context:
space:
mode:
authorAndrew Guschin <guschin.drew@gmail.com>2022-12-11 12:43:48 +0400
committerAndrew Guschin <guschin.drew@gmail.com>2022-12-11 12:43:48 +0400
commit032e1fa27ff9faa9a5d82624dbfc5fe8a48c339c (patch)
tree40083b63867a6517254e9b27a3a81c8f9aac5d37 /lab5/Cargo.toml
parenta28703315e4628b41e1d7d1d0628189b44b656b8 (diff)
Добавлена 5 лабораторная
Diffstat (limited to 'lab5/Cargo.toml')
-rw-r--r--lab5/Cargo.toml8
1 files changed, 8 insertions, 0 deletions
diff --git a/lab5/Cargo.toml b/lab5/Cargo.toml
new file mode 100644
index 0000000..944b5d7
--- /dev/null
+++ b/lab5/Cargo.toml
@@ -0,0 +1,8 @@
+[package]
+name = "lab5"
+version = "0.1.0"
+edition = "2021"
+
+[dependencies]
+eframe = "0.19.0"
+fastrand = "1.8.0"