From cea25354f78a26c40b56c8263669991e5df6ff11 Mon Sep 17 00:00:00 2001 From: Mica White Date: Sun, 6 Sep 2026 11:52:36 -0400 Subject: Add all languages --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') 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 -- cgit v1.3.1