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

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

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

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