ferretro/Cargo.toml

14 lines
285 B
TOML

[package]
name = "rustro"
version = "0.1.0"
authors = ["lifning <lifning+git@pm.me>"]
edition = "2018"
[dependencies]
failure = "^0.1"
libloading = "^0.5"
num_enum = "^0.4"
[build-dependencies]
bindgen = "^0.51" # keep an eye on https://github.com/rust-lang/rust-bindgen/issues/1541