librsync-sys 0.1.4

Native bindings and vendored sources of librsync, for the librsync crate.
Documentation
[package]
name = "librsync-sys"
version = "0.1.4"
build = "build.rs"
description = """
Native bindings and vendored sources of librsync, for the librsync crate.
"""
authors.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
homepage.workspace = true

[lib]
name = "librsync_sys"
path = "lib.rs"

[dependencies]
libc.workspace = true

[build-dependencies]
cc.workspace = true