diff options
| author | Mica White <botahamec@outlook.com> | 2026-09-06 11:52:36 -0400 |
|---|---|---|
| committer | Mica White <botahamec@outlook.com> | 2026-09-06 11:52:36 -0400 |
| commit | cea25354f78a26c40b56c8263669991e5df6ff11 (patch) | |
| tree | 5baedef5f0707c118a4014fba3d98e25e2da9bd0 /Cargo.toml | |
| parent | 5e52a639a1fd5421d345309f96650e1dd0a1037b (diff) | |
Add all languages
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ version = "0.1.0" edition = "2024" [dependencies] -arborium = "2" +arborium = { version = "2", features = ["all-languages"] } [profile.release] strip = true |
