]> Untitled Git - lemmy.git/blobdiff - crates/api_common/Cargo.toml
Moving settings to Database. (#2492)
[lemmy.git] / crates / api_common / Cargo.toml
index e7f6c07c3f14942a0af43a7796b8e21ada92577c..406517cd8e8ae353f371349e66dd57d41609caf3 100644 (file)
@@ -35,6 +35,7 @@ percent-encoding = { version = "2.2.0", optional = true }
 encoding = { version = "0.2.33", optional = true }
 reqwest-middleware = { version = "0.1.6", optional = true }
 webpage = { version = "1.4.0", default-features = false, features = ["serde"], optional = true }
+regex = "1.6.0"
 
 [dev-dependencies]
 actix-rt = { version = "2.7.0", default-features = false }