mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-26 09:05:50 +00:00
18 lines
331 B
TOML
18 lines
331 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.4.2"
|
|
ring = "0.12.1"
|
|
error-chain = "0.11.0"
|
|
atomicwrites = "0.1.4"
|
|
|
|
[build-dependencies]
|
|
cbindgen = "0.4"
|