aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock (follow)
Commit message (Expand)AuthorAgeLines
* Fix URL shortening of some WA inputsLorenz Leitner2021-10-14-0/+7
* release 1.5.0Max Audron2021-10-14-1/+1
* Rename wa, change anyhow version, make reqwest dependency more specificLorenz Leitner2021-10-12-166/+70
* Add testLorenz Leitner2021-10-12-2/+59
* Basic (re)implementation of gonzobot wolfram alphaLorenz Leitner2021-10-12-2/+472
* release 1.4.0Max Audron2021-09-07-1/+1
* rewrite sed regex to work cross channelMax Audron2021-06-23-2/+2
* publish macros subcrateMax Audron2021-06-21-17/+17
* release version 1.2.1Max Audron2021-06-13-1/+1
* Release version 1.2.01.2.0Max Audron2021-06-11-1/+1
* feat: adds pet command.R0flcopt3r2021-06-05-0/+47
* release version 1.1.0Max Audron2021-06-05-1/+1
* document proc macrosMax Audron2021-06-05-0/+7
* bump version to 1.0.2Max Audron2021-06-05-1/+1
* Release 1.0.1Max Audron2021-05-26-1/+1
* add container buildMax Audron2021-05-15-0/+4
* initMax Audron2021-05-15-0/+1174
td>-20/+358 This replaces the sedregex crate with our own implementation for multiple reasons: 1. We required to access the parsed regex, this required a patch to the sedregex crate which did not get merged due to an inactive dev, blocking us from publishing on crates.Io 2. We wanted to highlight the changes done in bold 3. We want to add execution of multiple chained sed commands in the future which would require more modification 2021-10-19add formatting trait for irc codesMax Audron-0/+129 add an impl off the formatting trait on String to format Strings with the typical irc formatting codes for bold, italic etc 2021-10-17fix links in readmeMax Audron-2/+2