cursor-mover-app/crates/the-app/Cargo.toml

12 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