licensing 0.2.1

Subcommand for Cargo that creates a file with a user-defined license in the project's directory.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[[bin]]
name = "cargo-add-license"
path = "src/main.rs"
[dependencies.toml]
version = "0.8.13"

[package]
description = "Subcommand for Cargo that creates a file with a user-defined license in the project's directory."
edition = "2021"
license = "MIT"
name = "licensing"
readme = "README.md"
repository = "https://gitlab.com/marquess-projects/add-license"
version = "0.2.1"