plaixt/Cargo.toml
Marcel Müller 68fbc3ce25 Move config to own module
Signed-off-by: Marcel Müller <neikos@neikos.email>
2025-02-01 11:47:40 +01:00

21 lines
312 B
TOML

[workspace]
members = [
"crates/*"
]
resolver = "2"
[workspace.lints.rust]
unsafe_code = "forbid"
[workspace.package]
version = "0.1.0"
edition = "2021"
description = "PLAIn teXT tools for your data"
license = "EUPL-1.2"
[workspace.dependencies]
kdl = "6.3.3"
[workspace.metadata.crane]
name = "plaixt"