1
0
mirror of https://github.com/j178/prek.git synced 2026-04-25 02:11:36 +02:00
Files
prek/lib/constants/Cargo.toml
Ed Page 89e948b5fa docs(manifest): Correctly specify metadata for all packages (#687)
* 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
2025-09-09 21:49:52 +08:00

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