compiled_license/src/compiled_license.cr
2021-10-23 12:17:50 +02:00

6 lines
146 B
Crystal

module CompiledLicense
VERSION = {{ `shards version`.stringify.chomp }}
LICENSES = {{ run("./compiled_license/licenses.cr").stringify }}
end