about summary refs log tree commit diff
path: root/users/riking/adventofcode-2020/day01/Cargo.toml
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@tvl.su>2023-10-08T16·31+0300
committerclbot <clbot@tvl.fyi>2023-10-08T18·18+0000
commit5f32f7610abb116e68d6d3fbb57fe528100ec58b (patch)
treec80b2129ab60398ce33e5465e01fe7f5b76707bf /users/riking/adventofcode-2020/day01/Cargo.toml
parent8b2884de095b70fa680f4c094b80ccd39c9df986 (diff)
chore(users): remove inactive users r/6732
Change-Id: I3cfb425e4dac0a467e3917df996e9800a3ebe875
Reviewed-on: https://cl.tvl.fyi/c/depot/+/9576
Reviewed-by: isomer <isomer@tvl.fyi>
Tested-by: BuildkiteCI
Autosubmit: tazjin <tazjin@tvl.su>
Diffstat (limited to 'users/riking/adventofcode-2020/day01/Cargo.toml')
-rw-r--r--users/riking/adventofcode-2020/day01/Cargo.toml10
1 files changed, 0 insertions, 10 deletions
diff --git a/users/riking/adventofcode-2020/day01/Cargo.toml b/users/riking/adventofcode-2020/day01/Cargo.toml
deleted file mode 100644
index d90ab548bb7b..000000000000
--- a/users/riking/adventofcode-2020/day01/Cargo.toml
+++ /dev/null
@@ -1,10 +0,0 @@
-[package]
-name = "day01"
-version = "0.1.0"
-authors = ["Kane York <kanepyork@gmail.com>"]
-edition = "2018"
-
-# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
-
-[dependencies]
-anyhow = "1.0.34"