sws 0.0.0

The Sweet Web Server, a simple but fast webserver.
#[tokio::main]
async fn main() {
	println!("Hello, world!");
}