summaryrefslogtreecommitdiff
path: root/lib/bundler/templates/newgem/Cargo.toml.tt
blob: 7be7550cce4ec12fd261049d6666da6fe1339e86 (plain)
1
2
3
4
5
6
7
# This Cargo.toml is here to let externals tools (IDEs, etc.) know that this is
# a Rust project. Your extensions depedencies should be added to the Cargo.toml
# in the ext/ directory.

[workspace]
members = ["./ext/<%= config[:name] %>"]
resolver = "2"