Files
irssi-wire/Cargo.toml
Henrik Böving f8122ced02 initial
2019-10-04 12:42:13 +00:00

15 lines
216 B
TOML

[package]
name = "irssi-wire"
version = "0.1.0"
authors = ["Henrik Böving <hargonix@gmail.com>"]
edition = "2018"
license = "MIT"
[build-dependencies]
bindgen = "0.50"
[lib]
crate-type = ["dylib"]
[dependencies]