summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorBen Bridle <ben@derelict.engineering>2025-05-21 11:57:36 +1200
committerBen Bridle <ben@derelict.engineering>2025-05-21 11:57:36 +1200
commita749f3455678848e97208dd13fa2dcf64e4e28e5 (patch)
tree252975fb1d5d253b2f6ca9e85b0454b3134c2e42 /Cargo.toml
downloadhighlight-a749f3455678848e97208dd13fa2dcf64e4e28e5.zip
Initial commit
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml7
1 files changed, 7 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
new file mode 100644
index 0000000..d26dd5f
--- /dev/null
+++ b/Cargo.toml
@@ -0,0 +1,7 @@
+[package]
+name = "highlight"
+version = "0.1.0"
+edition = "2024"
+
+[dependencies]
+fancy-regex = "0.14.0"