Current Path : /opt/alt/ruby32/share/gems/gems/bundler-2.4.19/lib/bundler/templates/newgem/ |
Current File : //opt/alt/ruby32/share/gems/gems/bundler-2.4.19/lib/bundler/templates/newgem/Cargo.toml.tt |
# This Cargo.toml is here to let externals tools (IDEs, etc.) know that this is # a Rust project. Your extensions dependencies should be added to the Cargo.toml # in the ext/ directory. [workspace] members = ["./ext/<%= config[:name] %>"] resolver = "2"