Use workspace instead of separate Cargo.lock file

This commit is contained in:
bytedream 2023-08-25 14:24:12 +02:00
parent 2f57b07559
commit a80f6e5df4
4 changed files with 115 additions and 2413 deletions

View file

@ -37,8 +37,3 @@ sys-locale = "0.3"
[build-dependencies]
chrono = "0.4"
[patch.crates-io]
# fork of the `native-tls` crate which uses openssl as backend on every platform. this is done as `reqwest` only supports
# `rustls` and `native-tls` as tls backend
native-tls = { git = "https://github.com/crunchy-labs/rust-not-so-native-tls.git", rev = "570100d" }