rink-rs/irc/Cargo.toml
Tiffany Bennett e34e126258 v0.8.0
2024-04-20 19:35:30 -07:00

18 lines
361 B
TOML

[package]
name = "rink-irc"
version = "0.4.0"
description = "IRC bot for Rink"
homepage = "https://rinkcalc.app/about"
repository = "https://github.com/tiffany352/rink-rs"
license = "MPL-2.0"
[dependencies.rink-core]
path = "../core"
[dependencies]
glob = "0.2.11"
[dependencies.irc]
version = "0.11.8"
default-features = false
features = ["ctcp", "encode"]