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

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

[dependencies]
rb-sys = { version = "0.9.31", features = ["gem"] }