mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-25 08:55:50 +00:00
16 lines
285 B
TOML
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"
|