aboutsummaryrefslogtreecommitdiff
path: root/challenge-048/xkr47/rust/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'challenge-048/xkr47/rust/Cargo.toml')
-rw-r--r--challenge-048/xkr47/rust/Cargo.toml16
1 files changed, 16 insertions, 0 deletions
diff --git a/challenge-048/xkr47/rust/Cargo.toml b/challenge-048/xkr47/rust/Cargo.toml
new file mode 100644
index 0000000000..297b1f0cd8
--- /dev/null
+++ b/challenge-048/xkr47/rust/Cargo.toml
@@ -0,0 +1,16 @@
+[package]
+name = "pwc-048"
+version = "0.1.0"
+authors = ["Jonas Berlin <xkr47@outerspace.dyndns.org>"]
+edition = "2018"
+
+[dependencies]
+chrono = "0.4.10"
+
+[[bin]]
+name = "ch-1"
+path = "ch-1.rs"
+
+[[bin]]
+name = "ch-2"
+path = "ch-2.rs"