aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAleksa Vuckovic <aleksa@vuckovic.cc>2023-12-09 04:09:31 +0100
committerAleksa Vuckovic <aleksa@vuckovic.cc>2023-12-09 04:09:31 +0100
commit023e428b2669b13b769a946341c08f1a8006a31d (patch)
treec4cf655d7d959b00ca095a34307a9e57a8d85234 /Cargo.toml
parent55d33c8c29861ecadedcd2fde903bbf34a0bce55 (diff)
day7+1
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 0cd0fb9..a010327 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -6,4 +6,5 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
+num = "0.4.1"
regex = "1.10.2"