diff options
| author | Fuwn <[email protected]> | 2022-03-26 07:45:22 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2022-03-26 07:45:22 +0000 |
| commit | 09baf75b01339a133818143fd2f3997d5ab00ab5 (patch) | |
| tree | 67d173095fc52e3ae79f36198345fa6711cceed0 /Cargo.toml | |
| parent | feat(utilities): queries_from_url (diff) | |
| download | windmark-09baf75b01339a133818143fd2f3997d5ab00ab5.tar.xz windmark-09baf75b01339a133818143fd2f3997d5ab00ab5.zip | |
feat(mount): dynamic parameters
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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" |