plaixt/Cargo.toml
Marcel Müller 0899df47a5 Create cargo workspace
Signed-off-by: Marcel Müller <neikos@neikos.email>
2024-10-26 11:54:04 +02:00

14 lines
224 B
TOML

[workspace]
members = [
"crates/*"
]
resolver = "2"
[workspace.package]
version = "0.0.0"
edition = "2021"
description = "PLAIn teXT tools for your data"
license = "EUPL-1.2"
[workspace.metadata.crane]
name = "plaixt"