mirror of
https://source.quilibrium.com/quilibrium/ceremonyclient.git
synced 2024-11-10 18:25:17 +00:00
14 lines
362 B
TOML
14 lines
362 B
TOML
[package]
|
|
authors = ["Coinbase Core Cryptography Developers"]
|
|
description = "Checks and adds the specified files for the SPDX-License-Identifier and Copyright headers"
|
|
edition = "2018"
|
|
name = "spdx"
|
|
readme = "README.md"
|
|
version = "1.0.0"
|
|
|
|
[dependencies]
|
|
regex = "1.5"
|
|
serde = { version = "1.0", features = ["serde_derive"] }
|
|
serde_yaml = "0.8"
|
|
structopt = "0.3"
|