Files
server/usr/lib/ruby/3.2.0/bundler/templates/newgem/Cargo.toml.tt
2026-01-07 20:52:11 +01:00

8 lines
255 B
Plaintext

# 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"