From 5a0893cbb9007afa40943835adc2ada18c60482c Mon Sep 17 00:00:00 2001 From: Quaternions Date: Wed, 14 Feb 2024 23:46:32 -0800 Subject: [PATCH] convenience --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 9217831..8ebe995 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,6 +6,7 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [features] +default = ["legacy"] legacy = ["dep:lazy-regex", "dep:vbsp"] #roblox = ["dep:lazy-regex"] #source = ["dep:vbsp"]