summaryrefslogtreecommitdiffstats
path: root/rust/libnewsboat-ffi/Cargo.toml
blob: 69b1a017ec02266b8e8a01f40bff91e73f9ca5e7 (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.1"
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"]