summaryrefslogtreecommitdiff
path: root/lib/bundler/templates/newgem/ext/newgem/extconf-rust.rb.tt
blob: e24566a17a519af34c6aaaba92a51457fe057e12 (plain)
1
2
3
4
5
6
# frozen_string_literal: true

require "mkmf"
require "rb_sys/mkmf"

create_rust_makefile(<%= config[:makefile_path].inspect %>)