7 lines
196 B
Rust
7 lines
196 B
Rust
|
// 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")
|
||
|
}
|