mirror of
https://github.com/j178/prek.git
synced 2026-04-25 02:11:36 +02:00
89e948b5fa
* docs: Set repository on every member * docs: Specify license as MIT `license-file` is meant for custom licenses and not for specifying the text of a standard license. See also - rust-lang/cargo#12053 - rust-lang/cargo#5933 * docs: Specify the license for all packages
13 lines
216 B
TOML
13 lines
216 B
TOML
[package]
|
|
name = "constants"
|
|
version = "0.0.1"
|
|
repository = { workspace = true }
|
|
edition = { workspace = true }
|
|
license = { workspace = true }
|
|
|
|
[dependencies]
|
|
tracing = { workspace = true }
|
|
|
|
[lints]
|
|
workspace = true
|