mirror of
https://github.com/YGGverse/agate.git
synced 2026-04-08 12:35:28 +00:00
Use rustls via tokio-rustls re-export
This commit is contained in:
parent
75cf6024b6
commit
df41668b15
5 changed files with 15 additions and 12 deletions
|
|
@ -6,6 +6,7 @@ use std::net::{SocketAddr, ToSocketAddrs};
|
|||
use std::path::PathBuf;
|
||||
use std::process::{Command, Stdio};
|
||||
use std::sync::atomic::{AtomicU16, Ordering};
|
||||
use tokio_rustls::rustls;
|
||||
use url::Url;
|
||||
|
||||
static BINARY_PATH: &str = env!("CARGO_BIN_EXE_agate");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue