add *.toml and Cargo.lock to scancode config (#75)

diff --git a/scancode/ASF-Release.cfg b/scancode/ASF-Release.cfg
index 5006337..731bd93 100644
--- a/scancode/ASF-Release.cfg
+++ b/scancode/ASF-Release.cfg
@@ -34,8 +34,10 @@
 *.scala=has_block_license, no_tabs, no_trailing_spaces, eol_at_eof, regex_check
 *.sh=has_block_license, no_trailing_spaces, eol_at_eof, regex_check
 *.swift=no_tabs, has_block_license, no_trailing_spaces, eol_at_eof, regex_check
+*.toml=has_block_license, no_trailing_spaces, eol_at_eof, regex_check
 *.yaml=has_block_license, no_trailing_spaces, eol_at_eof, regex_check
 *.yml=has_block_license, no_trailing_spaces, eol_at_eof, regex_check
+Cargo.lock=has_block_license, no_trailing_spaces, eol_at_eof
 *Dockerfile*=has_block_license, no_trailing_spaces
 *Makefile*=has_block_license, no_trailing_spaces, eol_at_eof
 *Gemfile*=has_block_license, no_trailing_spaces, eol_at_eof