additive_build_file_content should load rules_cc for Bazel 9 compatibility
Bazel 9 removes the cc_* rules from the native set, so they must be loaded. The additive build file content in Cargo.toml just defines a cc_library without this load, so fails under Bazel 9.