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

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

[dependencies]
rb-sys = "0.9.4"