This commit is like Batman, It has no parents

This commit is contained in:
2025-03-03 21:30:25 +01:00
commit a44afb2e55
4 changed files with 962 additions and 0 deletions

11
Cargo.toml Normal file
View File

@@ -0,0 +1,11 @@
[package]
name = "irc"
version = "0.1.0"
edition = "2024"
[dependencies]
irc-rust = "0.4.0"
rcgen = "0.13.2"
rustls = "0.23.23"
tokio = { version = "1.43.0", features = ["full"] }
tokio-rustls = "0.26.2"