From f1b1389093c0618da9e0ef67ab282b41ae882816 Mon Sep 17 00:00:00 2001 From: ache Date: Fri, 13 Sep 2019 01:15:58 +0200 Subject: Problem 357 --- p357/Cargo.toml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 p357/Cargo.toml (limited to 'p357/Cargo.toml') diff --git a/p357/Cargo.toml b/p357/Cargo.toml new file mode 100644 index 0000000..a756b71 --- /dev/null +++ b/p357/Cargo.toml @@ -0,0 +1,9 @@ +[package] +name = "euler_357" +version = "0.1.0" +authors = ["ache "] +edition = "2018" + +# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html + +[dependencies] -- cgit v1.2.3-54-g00ecf