Add parsing of plaixt definitions
Signed-off-by: Marcel Müller <neikos@neikos.email>
This commit is contained in:
parent
fa0793cfc7
commit
d09c5e5a69
5 changed files with 1619 additions and 3 deletions
|
|
@ -4,11 +4,18 @@ members = [
|
|||
]
|
||||
resolver = "2"
|
||||
|
||||
[workspace.lints.rust]
|
||||
unsafe_code = "forbid"
|
||||
|
||||
[workspace.package]
|
||||
version = "0.0.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"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue