FS#63874 - [tokei] Build package with serialization format support
Attached to Project:
Community Packages
Opened by Marcin Puc (Tranzystorek) - Saturday, 21 September 2019, 08:37 GMT
Last edited by Sven-Hendrik Haase (Svenstaro) - Saturday, 21 September 2019, 23:19 GMT
Opened by Marcin Puc (Tranzystorek) - Saturday, 21 September 2019, 08:37 GMT
Last edited by Sven-Hendrik Haase (Svenstaro) - Saturday, 21 September 2019, 23:19 GMT
|
Details
Description:
Currently tokei is built without any --feature flags, therefore no serialization output formats (json, cbor, yaml, toml) are enabled. The solution is to add a '--features all' in the build() function (as documented in https://github.com/XAMPPRocky/tokei#outputting-into-different-formats), so that the build command becomes 'cargo build --release --features all'. |
This task depends upon
Closed by Sven-Hendrik Haase (Svenstaro)
Saturday, 21 September 2019, 23:19 GMT
Reason for closing: Implemented
Saturday, 21 September 2019, 23:19 GMT
Reason for closing: Implemented