aboutsummaryrefslogtreecommitdiff
path: root/import/Cargo.toml
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2024-01-04 21:21:14 +0100
committermetamuffin <metamuffin@disroot.org>2024-01-04 21:21:14 +0100
commit8de1ab1c18e6be051132e2bfe6a6d78b3f8c7dbb (patch)
tree4698241eee4ff97c5787374f23ae1e28e8a70762 /import/Cargo.toml
parent0e0d05a59b3db59d065ade4a08792125b891dc1a (diff)
downloadjellything-8de1ab1c18e6be051132e2bfe6a6d78b3f8c7dbb.tar
jellything-8de1ab1c18e6be051132e2bfe6a6d78b3f8c7dbb.tar.bz2
jellything-8de1ab1c18e6be051132e2bfe6a6d78b3f8c7dbb.tar.zst
recursive import
Diffstat (limited to 'import/Cargo.toml')
-rw-r--r--import/Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/import/Cargo.toml b/import/Cargo.toml
index 64aecb2..6f6c474 100644
--- a/import/Cargo.toml
+++ b/import/Cargo.toml
@@ -23,3 +23,5 @@ serde_yaml = "0.9.27"
async-recursion = "1.0.5"
futures = "0.3.29"
tokio = { workspace = true }
+
+regex = "1.10.2"