about summary refs log tree commit diff
path: root/build.rs
blob: aedc5568c020de87c682739a13c3684d1cd992d2 (plain) (blame)
1
2
3
4
5
6
// SPDX-License-Identifier: AGPL-3.0-or-later WITH GPL-3.0-linking-exception
// SPDX-FileCopyrightText: 2021 Alyssa Ross <hi@alyssa.is>

fn main() {
    println!("cargo:rustc-link-lib=systemd")
}