irc_lib 0.1.2

Simple IRC library with plugin support
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "irc_lib"
version = "0.1.2"
authors = ["Mario de la Ossa <mariodelaossa@gmail.com>"]
edition = "2024"
license = "MIT"
description = "Simple IRC library with plugin support"
keywords = ["irc"]
repository = "https://github.com/mdelaossa/irc_lib"

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

[dependencies]
derive_more = { version = "2.0.1", features = ["full"]}
mockall = "0.13.1"