2025-06-24 20:12:53 -04:00
|
|
|
[package]
|
|
|
|
name = "magistamp"
|
2025-06-24 22:07:32 -04:00
|
|
|
version = "0.1.0"
|
2025-06-24 20:12:53 -04:00
|
|
|
edition = "2021"
|
2025-06-24 22:07:32 -04:00
|
|
|
description = "A Rust tool to magically seal your source files with SPDX license headers."
|
2025-06-24 20:12:53 -04:00
|
|
|
repository = "/CyberMages/magistamp"
|
|
|
|
authors = ["CyberMages LLC <Software@CyberMagesLLC.com>", "Jason Travis Smith <Myrddin@CyberMages.tech>"]
|
|
|
|
readme = "README.md"
|
2025-06-24 22:07:32 -04:00
|
|
|
license = "Apache-2.0"
|
2025-06-24 20:12:53 -04:00
|
|
|
|
|
|
|
|
|
|
|
|
2025-06-24 22:07:32 -04:00
|
|
|
[[bin]]
|
|
|
|
name = "magistamp"
|
|
|
|
path = "src/magistamp.rs"
|
|
|
|
|
|
|
|
[[bin]]
|
|
|
|
name = "cargo-magistamp"
|
|
|
|
path = "src/cargo_magistamp.rs"
|
|
|
|
|
|
|
|
|
2025-06-24 20:12:53 -04:00
|
|
|
[dependencies]
|