Updated README, added ~usrdirs and now checks permissions

This commit is contained in:
int 80h
2020-05-04 20:59:39 -04:00
parent c077d94835
commit f50a748bde
6 changed files with 77 additions and 7 deletions

View File

@@ -2,6 +2,7 @@ use std::collections::HashMap;
use std::io::{self, BufReader};
use std::path::{Path, PathBuf};
use std::process::Command;
use std::os::unix::fs::PermissionsExt;
use tokio::net::TcpStream;
use tokio_rustls::server::TlsStream;
use url::Url;