Added MIT license

This commit is contained in:
2023-11-18 17:14:33 +01:00
parent 112ab8fbf1
commit f385818782
3 changed files with 21 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
// SPDX-License-Identifier: MIT
use std::net::{IpAddr, Ipv4Addr, SocketAddr};
use std::future::Future;
use std::path::{Path, PathBuf};