mirror of
https://github.com/tiffany352/rink-rs
synced 2024-11-14 15:27:13 +00:00
22 lines
455 B
TOML
22 lines
455 B
TOML
[package]
|
|
name = "rink-irc"
|
|
version = "0.4.0"
|
|
authors = ["Tiffany Bennett <tiffany@stormbit.net>"]
|
|
description = "IRC bot for Rink"
|
|
homepage = "https://github.com/tiffany352/rink-rs"
|
|
repository = "https://github.com/tiffany352/rink-rs"
|
|
license = "MPL-2.0"
|
|
|
|
[features]
|
|
sandbox = ["rink/sandbox"]
|
|
|
|
[dependencies.rink]
|
|
path = "../"
|
|
|
|
[dependencies]
|
|
glob = "0.2.11"
|
|
|
|
[dependencies.irc]
|
|
version = "0.11.8"
|
|
default-features = false
|
|
features = ["ctcp", "encode"]
|