-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
331e8c7
commit 60a9582
Showing
6 changed files
with
214 additions
and
215 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "metatron" | ||
version = "0.2.1" | ||
version = "0.3.0" | ||
edition = "2021" | ||
|
||
authors = ["Evgeny Igumnov <[email protected]>"] | ||
|
@@ -19,8 +19,8 @@ description = "Metatron library" | |
anyhow = "1.0.75" | ||
thiserror = "1.0.44" | ||
#shiva = {path = "../shiva/lib"} | ||
shiva = "0.2.3" | ||
serde_yaml = "0.9.34" | ||
shiva = "0.3.0" | ||
kdl = "4.6.0" | ||
serde_json = "1.0.115" | ||
bytes = "1.5.0" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
template { | ||
title { | ||
header level=1 "$P{company_name} Employee Report" | ||
} | ||
page_header { | ||
text size=7 "Confidential information\n\n" | ||
} | ||
column_header { | ||
column name="Name" width=30 | ||
column name="Age" width=10 | ||
column name="Salary" width=20 | ||
} | ||
row { | ||
value "$F(name)" | ||
value "$F(age)" | ||
value "$F(salary)" | ||
} | ||
column_footer { | ||
value "Average:" | ||
value "$P{average_age}" | ||
value "$P{average_salary}" | ||
} | ||
page_footer { | ||
text size=7 "Tel: +1 123 456 789" | ||
} | ||
summary { | ||
paragraph { | ||
text size=10 "Company address: $P{company_address}" | ||
} | ||
} | ||
} |
This file was deleted.
Oops, something went wrong.
Binary file not shown.
Oops, something went wrong.