aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorFuwn <[email protected]>2022-03-26 07:45:22 +0000
committerFuwn <[email protected]>2022-03-26 07:45:22 +0000
commit09baf75b01339a133818143fd2f3997d5ab00ab5 (patch)
tree67d173095fc52e3ae79f36198345fa6711cceed0 /Cargo.toml
parentfeat(utilities): queries_from_url (diff)
downloadwindmark-09baf75b01339a133818143fd2f3997d5ab00ab5.tar.xz
windmark-09baf75b01339a133818143fd2f3997d5ab00ab5.zip
feat(mount): dynamic parameters
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml5
1 files changed, 4 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 8839aa1..efef0fb 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -23,8 +23,11 @@ openssl = "0.10.38"
# tokio = { version = "1.17.0", features = ["full"] }
# tokio-openssl = "0.5.0"
# tokio-uds = "0.2.7"
-url = "2.2.2"
# Logging
pretty_env_logger = { version = "0.4.0", optional = true }
log = { version = "0.4.16", optional = true }
+
+# URL
+url = "2.2.2"
+regex = "1.5.5"