summaryrefslogtreecommitdiffstats
path: root/rust/libnewsboat-ffi/Cargo.toml
blob: 810e1b926af52c3ee3d75e1fd493769763ea1f6b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "libnewsboat-ffi"
version = "2.15.0"
authors = ["Alexander Batischev <eual.jp@gmail.com>"]

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

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