Codec: register node-config encoding
What
Add the node-config encoding to codec.
Why
Someone asked how to validate a config file without starting a node.
How
Call registration function.
Link library into the codec binary.
That's it.
Manually testing the MR
dune exec src/bin_codec/codec.exe -- list encodings | grep node-config should show a match.