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

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

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