aboutsummaryrefslogtreecommitdiff
path: root/rprt-engine/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'rprt-engine/Cargo.toml')
-rw-r--r--rprt-engine/Cargo.toml11
1 files changed, 11 insertions, 0 deletions
diff --git a/rprt-engine/Cargo.toml b/rprt-engine/Cargo.toml
new file mode 100644
index 0000000..96aa5b1
--- /dev/null
+++ b/rprt-engine/Cargo.toml
@@ -0,0 +1,11 @@
+[package]
+name = "rprt-engine"
+version.workspace = true
+edition.workspace = true
+license.workspace = true
+authors.workspace = true
+
+[dependencies]
+either = "1.15.0"
+regex = "1.12.2"
+