summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMica White <botahamec@outlook.com>2026-09-06 11:41:56 -0400
committerMica White <botahamec@outlook.com>2026-09-06 11:41:56 -0400
commit5e52a639a1fd5421d345309f96650e1dd0a1037b (patch)
treeda8a19c16b5de40bcab984a81337e969e625afdb /Cargo.toml
parent655685c65afe5ed5314442b25c549e414b0ca654 (diff)
Try arborium
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index c89ae45..afaa48e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2024"
[dependencies]
-syntect = "5"
+arborium = "2"
[profile.release]
strip = true