diff options
| author | a14m <[email protected]> | 2021-04-06 20:36:15 +0200 |
|---|---|---|
| committer | a14m <[email protected]> | 2021-04-06 20:36:57 +0200 |
| commit | a6df4673a6f7de11231ae08238d25519db68d765 (patch) | |
| tree | 87fb613574c5502d2c7eff63731e69cec7de3dbc /CLI/rust/Cargo.toml | |
| parent | a604a6dbf0779c001d145297eb1fb1a1164882f9 (diff) | |
Fix URL parsing to only support http (as curl lib)
Diffstat (limited to 'CLI/rust/Cargo.toml')
| -rw-r--r-- | CLI/rust/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CLI/rust/Cargo.toml b/CLI/rust/Cargo.toml index 752c526..a8e42e5 100644 --- a/CLI/rust/Cargo.toml +++ b/CLI/rust/Cargo.toml @@ -6,6 +6,7 @@ edition = "2018" [dependencies] clap = { version = "3.0.0-beta.2", features = ["wrap_help"] } +curl = "0.4.35" rand = "0.8.3" regex = "1.4.5" terminal_size = "0.1.16" |
