summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMica White <botahamec@outlook.com>2026-09-06 11:52:36 -0400
committerMica White <botahamec@outlook.com>2026-09-06 11:52:36 -0400
commitcea25354f78a26c40b56c8263669991e5df6ff11 (patch)
tree5baedef5f0707c118a4014fba3d98e25e2da9bd0 /Cargo.toml
parent5e52a639a1fd5421d345309f96650e1dd0a1037b (diff)
Add all languages
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 afaa48e..5f58004 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2024"
[dependencies]
-arborium = "2"
+arborium = { version = "2", features = ["all-languages"] }
[profile.release]
strip = true