* commandline parsing: clap, viperus * csv file handling * envirenment variable: dotenv, envy * i18n: locales * serde json support * tracing: tracing, tracing-subscriber Signed-off-by: Ralf Zerres <ralf.zerres@networkx.de>
Signed-off-by: Ralf Zerres <ralf.zerres@networkx.de>
* serde: included to support Serialization/Deserialization * chrono: included make use of a ISO 8601 complient time library Signed-off-by: Ralf Zerres <ralf.zerres@networkx.de>
Signed-off-by: Ralf Zerres <ralf.zerres@networkx.de> * frontend/Cargo.toml (serde_derive):