mirc-rs/Cargo.toml
wpbirney 22a5217493 Enabled background color functionality
renamed ColorCode to Color and Color to Paint
bump version to 0.1.1
2022-06-02 14:03:31 -04:00

10 lines
193 B
TOML

[package]
name = "mirc"
version = "0.1.1"
edition = "2021"
authors = ["wpbirney <wpb@360scada.com"]
description = "Simple mirc color formatting for irc clients"
license = "MIT"
[dependencies]