diff options
Diffstat (limited to 'atuin-server/Cargo.toml')
| -rw-r--r-- | atuin-server/Cargo.toml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/atuin-server/Cargo.toml b/atuin-server/Cargo.toml index 9a9c2890..59afa0ac 100644 --- a/atuin-server/Cargo.toml +++ b/atuin-server/Cargo.toml @@ -35,3 +35,7 @@ fs-err = "2.9" chronoutil = "0.2.3" tower = "0.4" tower-http = { version = "0.3", features = ["trace"] } +reqwest = { version = "0.11", features = [ + "json", + "rustls-tls-native-roots", +], default-features = false } |
