[package] name = "magistamp" version = "0.1.0" edition = "2021" description = "A Rust tool to magically seal your source files with SPDX license headers." repository = "/CyberMages/magistamp" authors = ["CyberMages LLC ", "Jason Travis Smith "] readme = "README.md" license = "Apache-2.0" [[bin]] name = "magistamp" path = "src/magistamp.rs" [[bin]] name = "cargo-magistamp" path = "src/cargo_magistamp.rs" [dependencies]