13 lines
162 B
TOML
13 lines
162 B
TOML
|
|
[package]
|
||
|
|
name = "the-app"
|
||
|
|
version = "0.1.0"
|
||
|
|
edition = "2024"
|
||
|
|
license = "EUPL-1.2"
|
||
|
|
|
||
|
|
[dependencies]
|
||
|
|
the-lib.workspace = true
|
||
|
|
regex = "*"
|
||
|
|
|
||
|
|
[lints]
|
||
|
|
workspace = true
|