diff options
| author | Andrew Guschin <guschin.drew@gmail.com> | 2023-02-16 21:10:07 +0400 |
|---|---|---|
| committer | Andrew Guschin <guschin.drew@gmail.com> | 2023-02-16 21:10:07 +0400 |
| commit | b57d081d9bcbe15870ba6d9cf98bb38f188e63ee (patch) | |
| tree | f1b5a355f07e22e886942369db922b380c0f05ce /sem2/Cargo.toml | |
| parent | f21a1a5de7910503d3dc2a96134d994ec8905708 (diff) | |
Добавлено задание с длинной арифметикой
Diffstat (limited to 'sem2/Cargo.toml')
| -rw-r--r-- | sem2/Cargo.toml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/sem2/Cargo.toml b/sem2/Cargo.toml new file mode 100644 index 0000000..cc91b0e --- /dev/null +++ b/sem2/Cargo.toml @@ -0,0 +1,9 @@ +[package] +name = "sem2" +version = "0.1.0" +edition = "2021" + +# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html + +[dependencies] +inquire = "0.5.3" |