vdirsyncer/rust/Cargo.toml
Markus Unterwaditzer 06d59f59a5
Refactor rust errors (#722)
Refactor rust errors
2018-03-03 22:43:28 +01:00

18 lines
323 B
TOML

[package]
name = "vdirsyncer-rustext"
version = "0.1.0"
authors = ["Markus Unterwaditzer <markus@unterwaditzer.net>"]
[lib]
name = "vdirsyncer_rustext"
crate-type = ["cdylib"]
[dependencies]
vobject = "0.4.2"
ring = "0.12.1"
failure = "0.1"
shippai = "0.1.1"
atomicwrites = "0.1.4"
[build-dependencies]
cbindgen = "0.4"