mirror of
https://github.com/TECHNOFAB11/pay-respects.git
synced 2025-12-11 22:10:09 +01:00
chore: rearrange directories
This commit is contained in:
parent
d5fb7462e0
commit
4c9aac45a8
46 changed files with 11 additions and 18 deletions
23
parser/Cargo.toml
Normal file
23
parser/Cargo.toml
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
[package]
|
||||
name = "pay-respects-parser"
|
||||
version = "0.3.2"
|
||||
edition = "2021"
|
||||
|
||||
# for crates.io
|
||||
description = "Compile time rule parser for pay-respects"
|
||||
repository = "https://github.com/iffse/pay-respects"
|
||||
license = "AGPL-3.0"
|
||||
include = [
|
||||
"**/*.rs",
|
||||
"**/*.toml",
|
||||
]
|
||||
|
||||
[lib]
|
||||
proc-macro = true
|
||||
|
||||
[dependencies]
|
||||
syn = "1.0"
|
||||
quote = "1.0"
|
||||
proc-macro2 = "1.0"
|
||||
toml = "0.8"
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
Loading…
Add table
Add a link
Reference in a new issue