aboutsummaryrefslogtreecommitdiffstats
path: root/frippy_derive/Cargo.toml
Commit message (Collapse)AuthorAgeFilesLines
* Main: Update dependenciesJokler2018-09-191-1/+1
| | | | This fixes builds for OpenSSL 1.1.1.
* Use Error & ErrorKind pair instead of simple enumsJokler2018-03-021-2/+3
| | | | | | | | | | | | Each plugin should define its own errors with a respective variant in the main ErrorKind of frippy. A new procedural macro was added to reduce the boilerplate required for new error system. It can be used by deriving "Error" and adding a name for the Error via the "error" attribute. So far non of the plugins except for Url and Factoids use their own errors yet.
* Rename plugin_derive to frippy_deriveJokler2017-11-301-0/+11