Create cargo workspace
Signed-off-by: Marcel Müller <neikos@neikos.email>
This commit is contained in:
parent
81e187fc7d
commit
0899df47a5
7 changed files with 46 additions and 6 deletions
12
Cargo.toml
12
Cargo.toml
|
|
@ -1,8 +1,14 @@
|
|||
[package]
|
||||
name = "plaixt"
|
||||
[workspace]
|
||||
members = [
|
||||
"crates/*"
|
||||
]
|
||||
resolver = "2"
|
||||
|
||||
[workspace.package]
|
||||
version = "0.0.0"
|
||||
edition = "2021"
|
||||
description = "PLAIn teXT tools for your data"
|
||||
license = "EUPL-1.2"
|
||||
|
||||
[dependencies]
|
||||
[workspace.metadata.crane]
|
||||
name = "plaixt"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue