summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAndrew Guschin <guschin.drew@gmail.com>2022-09-19 10:50:34 +0400
committerAndrew Guschin <guschin.drew@gmail.com>2022-09-19 10:50:34 +0400
commitae088f327991ca374d914323932e99c37cb4cfdd (patch)
tree76c095dc809dadd820f0b6e8a9ea029139d2e87e /Cargo.toml
Взлетаем
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml9
1 files changed, 9 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
new file mode 100644
index 0000000..3995ad9
--- /dev/null
+++ b/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]
+eframe = "0.19.0"