sudo_plugin 1.0.0

Macros to easily write custom sudo plugins
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g. crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[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"