summaryrefslogtreecommitdiff
path: root/p357/Cargo.toml
diff options
context:
space:
mode:
authorache <ache@ache.one>2019-09-13 01:15:58 +0200
committerache <ache@ache.one>2019-09-13 01:15:58 +0200
commitf1b1389093c0618da9e0ef67ab282b41ae882816 (patch)
treefbba4ac45d6e4cd7420af0ffe51ce59150266091 /p357/Cargo.toml
parentProblem 61 solution (diff)
Problem 357HEADmaster
Diffstat (limited to 'p357/Cargo.toml')
-rw-r--r--p357/Cargo.toml9
1 files changed, 9 insertions, 0 deletions
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 <ache@ache.one>"]
+edition = "2018"
+
+# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
+
+[dependencies]