vdirsyncer/rust/Cargo.toml
2017-10-10 00:52:58 +02:00

16 lines
285 B
TOML

[package]
name = "vdirsyncer_rustext"
version = "0.1.0"
authors = ["Markus Unterwaditzer <markus@unterwaditzer.net>"]
build = "build.rs"
[lib]
name = "vdirsyncer_rustext"
crate-type = ["cdylib"]
[dependencies]
vobject = "0.3.0"
ring = "0.12.1"
[build-dependencies]
cbindgen = "0.1"