proc-cmdline/Cargo.toml
Moritz Bitsch fffaa3104a Remove license-file property from Cargo.toml
license-file is only required when using a non standard license
2022-04-22 21:20:52 +02:00

10 lines
153 B
TOML

[package]
name = "proc-cmdline"
version = "0.1.0"
edition = "2021"
license = "ISC"
repository = "https://github.com/madmo/proc-cmdline"
[dependencies]