summaryrefslogtreecommitdiffstats
path: root/rust/libnewsboat-ffi/Cargo.toml
blob: 377003cf9fdf9d24bd498f5f8b5c8935b7fa18c1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "libnewsboat-ffi"
version = "2.22.0"
authors = ["Alexander Batischev <eual.jp@gmail.com>"]
edition = "2018"

[dependencies]
libnewsboat = { path="../libnewsboat" }
libc = "0.2"
cxx = "0.5"

[build-dependencies]
cxx-build = "0.5"

[lib]
name = "newsboat"
crate-type = ["staticlib"]