summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
AgeCommit message (Collapse)Author
2021-01-03Replace manual Regex parsing with serde_regexMatthias Beyer
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2021-01-02Replace implementation of getters with getset::GettersMatthias Beyer
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2021-01-02Remove rocket_codegen, which is not longer neededMatthias Beyer
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2021-01-02Update dependenciesMatthias Beyer
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2017-12-31Update dependenciesMario Krehl
2017-12-10Add serde feature to dependency chronoMario Krehl
2017-12-10Add some dependencies und skeleton for rocketMario Krehl
2017-12-09Tests with Regexin main; refactoring of config handling codeMario Krehl
2017-12-09Add basic functionality:Mario Krehl
- logging - error handling - configuration parsing
2017-12-07Add clap dependencyMario Krehl
2017-12-07Initial commitMario Krehl