this repo has no description

bug: typo in cargo config

Signed-off-by: Nick Gerakines <12125+ngerakines@users.noreply.github.com>

+1 -1
+1 -1
Cargo.toml
··· 8 8 strip = true 9 9 10 10 [features] 11 - default = [""] 11 + default = [] 12 12 rhai = ["dep:rhai"] 13 13 14 14 [dependencies]