mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-25 08:55:50 +00:00
21 lines
394 B
TOML
21 lines
394 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"
|
|
uuid = { version = "0.6", features = ["v4"] }
|
|
libc = "0.2"
|
|
log = "0.4"
|
|
|
|
[build-dependencies]
|
|
cbindgen = "0.4"
|