feat: apply license header

This commit is contained in:
Aravinth Manivannan 2023-07-09 16:15:34 +05:30
parent c4bc8df0b8
commit df966ced0b
Signed by: realaravinth
GPG key ID: AD9F0F08E855ED88

View file

@ -1,3 +1,7 @@
// SPDX-FileCopyrightText: 2023 Aravinth Manivannan <realaravinth@batsense.net>
//
// SPDX-License-Identifier: AGPL-3.0-or-later
use clap::Parser;
use pow_sha256::ConfigBuilder;
use rayon::prelude::*;