diff options
| author | Andrew Guschin <guschin.drew@gmail.com> | 2022-09-19 10:50:34 +0400 |
|---|---|---|
| committer | Andrew Guschin <guschin.drew@gmail.com> | 2022-09-19 10:50:34 +0400 |
| commit | ae088f327991ca374d914323932e99c37cb4cfdd (patch) | |
| tree | 76c095dc809dadd820f0b6e8a9ea029139d2e87e /Cargo.toml | |
Взлетаем
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 9 |
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" |