Sha256: a9cce317f9678ba8fff5b6a606d4d1e1e837abff02991445221c5bd78e3ef5c1

Contents?: true

Size: 254 Bytes

Versions: 6

Compression:

Stored size: 254 Bytes

Contents

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

Version data entries

6 entries across 6 versions & 2 rubygems

Version Path
rubygems-update-3.4.2 bundler/lib/bundler/templates/newgem/Cargo.toml.tt
bundler-2.4.2 lib/bundler/templates/newgem/Cargo.toml.tt
rubygems-update-3.4.1 bundler/lib/bundler/templates/newgem/Cargo.toml.tt
bundler-2.4.1 lib/bundler/templates/newgem/Cargo.toml.tt
rubygems-update-3.4.0 bundler/lib/bundler/templates/newgem/Cargo.toml.tt
bundler-2.4.0 lib/bundler/templates/newgem/Cargo.toml.tt