summaryrefslogtreecommitdiffstats
path: root/day4/Cargo.lock
diff options
context:
space:
mode:
authorJan Tuomi <jan.tuomi@eficode.com>2018-12-06 02:33:45 +0200
committerJan Tuomi <jan.tuomi@eficode.com>2018-12-06 02:33:45 +0200
commita60122ac95a2563e7a08edeac94d77d47179bb0a (patch)
treefb2b739f4e659aa4ba991d439e22ae85120763dd /day4/Cargo.lock
parent544047037c431cabcd224dc9a5451f4794ed5234 (diff)
Solve day4
Diffstat (limited to 'day4/Cargo.lock')
-rw-r--r--day4/Cargo.lock14
1 files changed, 14 insertions, 0 deletions
diff --git a/day4/Cargo.lock b/day4/Cargo.lock
new file mode 100644
index 0000000..e9291bb
--- /dev/null
+++ b/day4/Cargo.lock
@@ -0,0 +1,14 @@
+[[package]]
+name = "day4"
+version = "0.1.0"
+dependencies = [
+ "text_io 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
+]
+
+[[package]]
+name = "text_io"
+version = "0.1.7"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+
+[metadata]
+"checksum text_io 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "9658b61ebd1d2a40c276ba2335890b9eb6550b67458a6fbce2022e58c3350a50"