mirc-rs/Cargo.toml

12 lines
265 B
TOML
Raw Normal View History

2022-06-02 11:58:27 -04:00
[package]
name = "mirc"
2022-06-02 14:59:19 -04:00
version = "0.1.2"
2022-06-02 11:58:27 -04:00
edition = "2021"
2022-06-02 12:02:26 -04:00
authors = ["wpbirney <wpb@360scada.com"]
description = "Simple mirc color formatting for irc clients"
license = "MIT"
2022-06-02 14:58:37 -04:00
readme = "readme.md"
repository = "https://github.com/wpbirney/mirc-rs"
2022-06-02 11:58:27 -04:00
[dependencies]