linux-parental-controls/crates/nss/Cargo.toml

27 lines
681 B
TOML
Raw Normal View History

# SPDX-FileCopyrightText: Matteo Settenvini <matteo.settenvini@montecristosoftware.eu>
# SPDX-License-Identifier: CC0-1.0
[package]
name = "parental-ctrls-nss"
description = "linux-parental-controls: NSS module to block DNS queries to adult domains"
license = { workspace = true }
edition = { workspace = true }
version = { workspace = true }
authors = { workspace = true }
homepage = { workspace = true }
repository = { workspace = true }
rust-version = { workspace = true }
[lib]
name = "nss_parental_ctrls"
path = "src/lib.rs"
crate-type = ["cdylib"]
[build-dependencies]
bindgen = { workspace = true }
[dependencies]
libc = { workspace = true }
nix = { workspace = true }