template-strict-rust/crates/the-app/Cargo.toml

13 lines
162 B
TOML
Raw Normal View History

2026-02-27 21:30:42 +01:00
[package]
name = "the-app"
version = "0.1.0"
edition = "2024"
license = "EUPL-1.2"
[dependencies]
the-lib.workspace = true
regex = "*"
[lints]
workspace = true