Skip to content

Commit

Permalink
feat: Add imports
Browse files Browse the repository at this point in the history
  • Loading branch information
ticklepoke committed Aug 11, 2022
1 parent 0a4265d commit afd7aaf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,8 @@ hyper-tls = { version = "0.5", optional = true }
hyper-rustls = { version = "0.22", optional = true }
serde = {version = ">=1.0.79", features = ["derive"] } # we use `serde(other)` which was introduced in 1.0.79
serde_json = "1.0"
serde_qs = "0.9"
serde_qs = "0.10.1"
serde_path_to_error = "0.1.8"
smol_str = "0.1"
surf = { version = "2.1", optional = true }
tokio = { version = "1.2", optional = true }
Expand Down

0 comments on commit afd7aaf

Please sign in to comment.