Extremely barebones IRC server project for learning Rust.
[package]
authors=["Mika Varjonen"]
name = "maalaismainen"
description="Simplistic IRC server with minimal dependencies."
version = "0.4.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
exitcode = "1.1.2"
log = "0.4.17"
futures = "0.3.21"
tokio = { version = "1", features = ["full"] }
log4rs = { version = "1", features = ["all_components"] }