[package]
name = "sudo_plugin"
version = "1.0.0"
authors = ["Stephen Touset <stephen@squareup.com>"]
description = "Macros to easily write custom sudo plugins"
homepage = "https://github.com/square/sudo_pair"
readme = "../README.md"
keywords = ["sudo", "sudo-plugin"]
categories = ["external-ffi-bindings"]
license = "Apache-2.0"
repository = "https://github.com/square/sudo_pair.git"
[dependencies.error-chain]
version = "~0"
[dependencies.libc]
version = "~0"
[dependencies.sudo_plugin-sys]
version = "~1"
[badges.travis-ci]
repository = "square/sudo_pair"