aboutsummaryrefslogtreecommitdiffstats
path: root/test/rubygems/test_gem_ext_cargo_builder/rust_ruby_example/Cargo.toml
blob: 4d1337bd7b4bcc29d488b86cc1d69e16c3a74a64 (plain)
1
2
3
4
5
6
7
8
9
10
[package]
name = "rust_ruby_example"
version = "0.1.0"

[lib]
crate-type = ["cdylib"]

[dependencies]
# Needed until bindgen has the `allowlist_file` feature
rb-sys = { git = "https://github.com/ianks/rb-sys", tag = "v0.9.0" }