[package] name = "tellirc" version = "0.1.6" authors = ["Edward Huang "] edition = "2018" description = "IRC bot - Saves messages and tell the person you are after" readme = "README.md" keywords = ["irc", "chat", "bot"] categories = ["network-programming"] license = "AGPL-3.0-or-later" maintenance = { status = "actively-developed" } gitlab = { repository = "https://gitlab.com/kentrix/tellirc", branch = "master" } [dependencies] irc = "0.13" serde = "1.0" serde_json = "1.0" chrono = "0.4.6" [dependencies.rusqlite] version = "0.18.0" features = ["chrono"]