summaryrefslogtreecommitdiffstats
path: root/rust/libnewsboat-ffi/Cargo.toml
blob: 2da8ce7177ccb0802b8c35a7ee487f23dce3133d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "libnewsboat-ffi"
version = "2.26.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"]