diff options
| author | omagdy7 <omar.professional8777@gmail.com> | 2022-11-14 12:16:09 +0200 |
|---|---|---|
| committer | omagdy7 <omar.professional8777@gmail.com> | 2022-11-14 12:16:09 +0200 |
| commit | 65cbc4732866264a930f30d948f7258f6dde7497 (patch) | |
| tree | e62ea126c61eec51e3496285f7621d90ad951c6f /codeforces/BanBan/rust-solution/Cargo.toml | |
| parent | 95422138588572e08a1ee78e654741874f11cfa0 (diff) | |
| download | competitive-programming-65cbc4732866264a930f30d948f7258f6dde7497.tar.xz competitive-programming-65cbc4732866264a930f30d948f7258f6dde7497.zip | |
Added new problems
Diffstat (limited to 'codeforces/BanBan/rust-solution/Cargo.toml')
| -rw-r--r-- | codeforces/BanBan/rust-solution/Cargo.toml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/codeforces/BanBan/rust-solution/Cargo.toml b/codeforces/BanBan/rust-solution/Cargo.toml new file mode 100644 index 0000000..de6deb6 --- /dev/null +++ b/codeforces/BanBan/rust-solution/Cargo.toml @@ -0,0 +1,8 @@ +[package] +name = "rust-solution" +version = "0.1.0" +edition = "2021" + +# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html + +[dependencies] |
