helix/crates/libcruby-sys/Cargo.toml

21 lines
423 B
TOML

[package]
name = "libcruby-sys"
version = "0.7.5"
authors = ["Godhuda <engineering+godhuda@tilde.io>"]
description = "Ruby bindings"
repository = "https://github.com/tildeio/helix"
license = "ISC"
build = "build.rs"
include = [
"**/*.rs",
"Cargo.toml",
"ruby_info.rb",
# Keep in sync with version
"helix-runtime-0-7-5.i386.lib",
"helix-runtime-0-7-5.x86_64.lib"
]
[dependencies]
libc = ">= 0.1.0"