mirror of
https://github.com/tiffany352/rink-rs
synced 2024-11-10 13:44:15 +00:00
18 lines
361 B
TOML
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"]
|